From: Chris Porter Date: Tue, 16 May 2006 16:30:00 +0000 (+0100) Subject: Add chandump ignore and version.h X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/ae81e935b5b31935e9ffcf9051acebc3ccb0c214 Add chandump ignore and version.h --- diff --git a/lib/version.h b/lib/version.h new file mode 100644 index 00000000..9e3d958b --- /dev/null +++ b/lib/version.h @@ -0,0 +1,7 @@ +#ifndef __VERSION_H + +#define __VERSION_H + +#define MODULE_VERSION(id) const char *_version(void) { return id; }; + +#endif