summaryrefslogtreecommitdiff
path: root/zwgc/plus.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-26 16:32:54 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-26 16:32:54 +0000
commit9a2edd44e85ce256d5402c9ba9146c28f8c48f1b (patch)
tree3143a8726a7195919c388d3960392641232a0c19 /zwgc/plus.h
parent7fd96e385515a75f611f82f136929080bbf63f9b (diff)
Cleanup unused variable warning and put in a missing prototype
(pass -Wall -Werror)
Diffstat (limited to 'zwgc/plus.h')
-rw-r--r--zwgc/plus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zwgc/plus.h b/zwgc/plus.h
index 7a6f052..f0a39a5 100644
--- a/zwgc/plus.h
+++ b/zwgc/plus.h
@@ -24,3 +24,4 @@ extern void plus_window_deletions(ZNotice_t *notice); /* actually in xshow.c */
extern void plus_queue_notice(ZNotice_t *notice);
extern long plus_timequeue_events(void);
+void plus_set_hname(ZNotice_t *notice, char *hname);