]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Add chandump ignore and version.h
authorChris Porter <redacted>
Tue, 16 May 2006 16:30:00 +0000 (17:30 +0100)
committerChris Porter <redacted>
Tue, 16 May 2006 16:30:00 +0000 (17:30 +0100)
lib/version.h [new file with mode: 0644]

diff --git a/lib/version.h b/lib/version.h
new file mode 100644 (file)
index 0000000..9e3d958
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __VERSION_H
+
+#define __VERSION_H
+
+#define MODULE_VERSION(id) const char *_version(void) { return id; };
+
+#endif