From 47b229d79ffe0f24ddfbe6cf437c4c1367f39b5c Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 22 Mar 2009 17:34:39 +0000 Subject: clean up and modernize some of the CMU patch fallout --- zwgc/main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'zwgc/main.c') 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); -- cgit v1.2.3