*** VERSION 5.5.0 ***
[NeonServV5.git] / src / modules / NeonHelp.mod / bot_NeonHelp.h
index e28a2deb6c3c8371a466efecbd528549e5fbf825..51ca4e2a8d40b22f6d9494f4470b11dbda14d0c7 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonHelp.h - NeonServ v5.4
+/* bot_NeonHelp.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
 
 struct UserNode;
 struct ChanNode;
-
-struct NeonHelpNodeUser {
-       struct UserNode *user;
-       struct NeonHelpNodeUser *next;
-};
+struct ClientSocket;
 
 struct NeonHelpNode {
-    struct NeonHelpNodeUser *user;
+    struct UserNode *user;
     int suppid;
     char status:6;
     char announce:2;
@@ -48,5 +44,6 @@ void loop_NeonHelp();
 void free_NeonHelp(int type);
 
 void neonhelp_destroy_support_request(struct ClientSocket *client, struct NeonHelpNode *helpnode, int do_reply);
+void neonhelp_invite_active_requests(struct ClientSocket *client, struct ChanNode *support, struct ChanNode *public, struct UserNode *ignore_user);
 
 #endif
\ No newline at end of file