- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / include / s_debug.h
index 9bc2560f3b1e14e64c35d5d8baffe8255abbdc95..30cf0152135c6297f7b6d113e9080cd8c293bd58 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 struct Client;
+struct StatDesc;
 
 #ifdef DEBUGMODE
 
@@ -45,7 +46,8 @@ struct Client;
 
 extern void vdebug(int level, const char *form, va_list vl);
 extern void debug(int level, const char *form, ...);
-extern void send_usage(struct Client *cptr, char *nick);
+extern void send_usage(struct Client *cptr, struct StatDesc *sd, int stat,
+                       char *param);
 
 #else /* !DEBUGMODE */
 
@@ -56,6 +58,7 @@ extern void send_usage(struct Client *cptr, char *nick);
 
 extern const char* debug_serveropts(void);
 extern void debug_init(int use_tty);
-extern void count_memory(struct Client *cptr, char *nick);
+extern void count_memory(struct Client *cptr, struct StatDesc *sd, int stat,
+                         char *param);
 
 #endif /* INCLUDED_s_debug_h */