Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / whocmds.h
index 44110f7c00b3d858d27d45374be0c097f98e9bf9..298dae02b047b5a9c2e1e7ff29c58a85f4fc8e5d 100644 (file)
@@ -56,6 +56,6 @@ struct Channel;
  */
 extern void do_who(struct Client* sptr, struct Client* acptr, struct Channel* repchan,
                    int fields, char* qrt);
-
+extern int count_users(char* mask);
 
 #endif /* INCLUDED_whocmds_h */