summaryrefslogtreecommitdiff
path: root/zwgc/main.c
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/main.c
parent441fec9c67f3f0b5154bcc39cbc5f7083c7a462b (diff)
clean up and modernize some of the CMU patch fallout
Diffstat (limited to 'zwgc/main.c')
-rw-r--r--zwgc/main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/zwgc/main.c b/zwgc/main.c
index b4886ad..84e087d 100644
--- a/zwgc/main.c
+++ b/zwgc/main.c
@@ -56,9 +56,6 @@ static void signal_exit(int);
#ifdef HAVE_ARES
static void notice_callback(void *, int, int, char *, char *);
#endif
-#ifdef CMU_ZWGCPLUS
-void reprocess_notice(ZNotice_t *notice, char *hostname);
-#endif
/*
* Global zwgc-wide variables:
@@ -585,8 +582,8 @@ process_notice(ZNotice_t *notice,
}
#ifdef CMU_ZWGCPLUS
-void reprocess_notice(ZNotice_t *notice,
- char *hostname)
+void
+reprocess_notice(ZNotice_t *notice, char *hostname)
{
list_add_notice(notice);
process_notice(notice, hostname);