diff options
author | Timo Sirainen <cras@irssi.org> | 2000-09-29 23:59:51 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-09-29 23:59:51 +0000 |
commit | d549526735bb77830e432be7e432eccbd42698ed (patch) | |
tree | 742524652b843c866767527cca3a4bf04f1acd45 /src/irc/proxy/module.h | |
parent | 3eea53d2ee1691a75e2dea5bc8ae2930780976f5 (diff) | |
download | irssi-d549526735bb77830e432be7e432eccbd42698ed.zip |
Updated Irssi proxy to work with latest version, thanks to fuchs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@697 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/proxy/module.h')
-rw-r--r-- | src/irc/proxy/module.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/irc/proxy/module.h b/src/irc/proxy/module.h new file mode 100644 index 00000000..809c2c51 --- /dev/null +++ b/src/irc/proxy/module.h @@ -0,0 +1,11 @@ +#include "common.h" + +#define MODULE_NAME "proxy" + + + + + + + + |