purr.h

Go to the documentation of this file.
00001 #ifndef CATSERV_PURR_H
00002 #define CATSERV_PURR_H
00003 
00004 #include "module.h"
00005 
00006 int do_purr(User * u);
00007 
00008 #endif
00009