NeonHelp: reinvite active requests when resetting the invite list
[NeonServV5.git] / src / modules / NeonHelp.mod / bot_NeonHelp.h
index e28a2deb6c3c8371a466efecbd528549e5fbf825..5af9d15df137d0785cfb87700b99bd73ad25c4fa 100644 (file)
@@ -48,5 +48,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