summaryrefslogtreecommitdiff
path: root/zwgc/plus.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-22 17:34:39 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-22 17:34:39 +0000
commit47b229d79ffe0f24ddfbe6cf437c4c1367f39b5c (patch)
treebfcfdedd5054e7ee442e47a4077eeac59cc3d0d5 /zwgc/plus.h
parent441fec9c67f3f0b5154bcc39cbc5f7083c7a462b (diff)
clean up and modernize some of the CMU patch fallout
Diffstat (limited to 'zwgc/plus.h')
-rw-r--r--zwgc/plus.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/zwgc/plus.h b/zwgc/plus.h
index 2347174..72408eb 100644
--- a/zwgc/plus.h
+++ b/zwgc/plus.h
@@ -10,17 +10,17 @@
extern int get_full_names;
extern int zwgcplus;
-extern void init_noticelist();
-extern void dump_noticelist();
-extern void list_add_notice();
-extern int list_del_notice();
-extern int get_list_refcount();
-extern void set_notice_fake();
-extern int get_notice_fake();
-extern char *get_stored_notice();
-extern void plus_retry_notice();
-extern void set_stored_notice();
-extern void plus_window_deletions();
+extern void init_noticelist(void);
+extern void dump_noticelist(void);
+extern void list_add_notice(ZNotice_t *notice);
+extern int list_del_notice(ZNotice_t *notice);
+extern int get_list_refcount(ZNotice_t *notice);
+extern void set_notice_fake(ZNotice_t *notice, int val);
+extern int get_notice_fake(ZNotice_t *notice);
+extern char *get_stored_notice(void);
+extern void plus_retry_notice(ZNotice_t *notice, char ch, int metaflag);
+extern void set_stored_notice(ZNotice_t *notice);
+extern void plus_window_deletions(ZNotice_t *notice); /* actually in xshow.c */
-extern void plus_queue_notice();
-extern long plus_timequeue_events();
+extern void plus_queue_notice(ZNotice_t *notice);
+extern long plus_timequeue_events(void);