]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zwgc/subscriptions.h
de K&Rify, fix prototypes
[1ts-debian.git] / zephyr / zwgc / subscriptions.h
index 88f52c2f25df25171a5c8b3f8b056b3af96d40dd..91cb360797c88124794fb5ffe9fdbff051e4dedb 100644 (file)
 
 extern int zwgc_active;
 
-extern int puntable_address_p(/* string class, instance, recipient */);
-extern void punt();
-extern void unpunt();
-extern void zwgc_shutdown();
-extern void zwgc_startup();
+extern int puntable_address_p(string, string, string);
+extern void punt(string, string, string);
+extern void unpunt(string, string, string);
+extern void zwgc_shutdown(void);
+extern void zwgc_startup(void);
 
 #define USRSUBS ".zephyr.subs"