summaryrefslogtreecommitdiff
path: root/zwgc/subscriptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/subscriptions.h')
-rw-r--r--zwgc/subscriptions.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zwgc/subscriptions.h b/zwgc/subscriptions.h
index 88f52c2..91cb360 100644
--- a/zwgc/subscriptions.h
+++ b/zwgc/subscriptions.h
@@ -19,11 +19,11 @@
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"