Source code raw
#ifndef SKEL_H
#define SKEL_H
#include "../irc.h"
M_INIT(skel);
M_HANDLE(skel);
M_SHUTDOWN(skel);
#endif /* SKEL_H */
/*
* Local Variables:
* c-basic-offset: 4
* tab-width: 4
* End:
* vim600: fdm=marker
* vim: noet sw=4 ts=4
*/
Comments
There is currently no comment here.