1 2 3 4 5 6 7 8 9
#ifndef CATSERV_PURR_H #define CATSERV_PURR_H #include "module.h" int do_purr(User * u); #endif