- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / include / motd.h
index 5ee6e050e149336c1606a5c08a70896802d4bfa4..130ce162bbd63d71699fdbd1d5c001de08ac2f03 100644 (file)
@@ -34,6 +34,7 @@
 
 struct Client;
 struct TRecord;
+struct StatDesc;
 
 struct Motd {
   struct Motd*         next;
@@ -85,6 +86,8 @@ void motd_add(const char *hostmask, const char *path);
 void motd_clear(void);
 
 /* This is called to report T-lines */
-void motd_report(struct Client *to);
+void motd_report(struct Client *to, struct StatDesc *sd, int stat,
+                 char *param);
+void motd_memory_count(struct Client *cptr);
 
 #endif /* INCLUDED_motd_h */