]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto.h
Added some bits from check_ctcp into the mark version handling
[irc/evilnet/x3.git] / src / proto.h
index 40490691b3ae4aaabcb6b39e24c2a51c70cb20b8..1d10bec0a4cf047cf4ef9261b7ba643ac7257e17 100644 (file)
@@ -5,7 +5,7 @@
  *
  * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -169,6 +169,7 @@ void irc_delete(struct userNode *user);
 void irc_account(struct userNode *user, const char *stamp, time_t timestamp);
 void irc_regnick(struct userNode *user);
 void irc_fakehost(struct userNode *user, const char *host);
+void irc_mark(struct userNode *user, char *mark);
 
 /* numeric messages */
 void irc_numeric(struct userNode *user, unsigned int num, const char *format, ...);