]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zwgc/main.c
clean up and modernize some of the CMU patch fallout
[1ts-debian.git] / zephyr / zwgc / main.c
index b4886ada5a597920f6ee061fb2eb9bed96b879d3..84e087d1b0fa57c1b5ceac40b34d6d4063b8bac6 100644 (file)
@@ -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);