]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
more srvx->x3 fixes. cvs update -dP to catch renamed files.
[irc/evilnet/x3.git] / src / hash.h
index e5aca9c454b3fef4da5dc591369e05bf1790d8c9..74555883823ecb99d005d6a49e8f164598487aa4 100644 (file)
@@ -1,7 +1,7 @@
 /* hash.h - IRC network state database
  * Copyright 2000-2004 srvx Development Team
  *
- * This file is part of srvx.
+ * This file is part of x3.
  *
  * srvx is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -237,7 +237,7 @@ void NickChange(struct userNode* user, const char *new_nick, int no_announce);
 typedef void (*account_func_t) (struct userNode *user, const char *stamp);
 void reg_account_func(account_func_t handler);
 void call_account_func(struct userNode *user, const char *stamp);
-void StampUser(struct userNode *user, const char *stamp);
+void StampUser(struct userNode *user, const char *stamp, time_t timestamp);
 void assign_fakehost(struct userNode *user, const char *host, int announce);
 
 typedef void (*new_channel_func_t) (struct chanNode *chan);