cleanup: remove other redundant declarations
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Jun 2011 12:59:01 +0000 (13:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 15:34:21 +0000 (16:34 +0100)
These declarations are now in secnet.h.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
secnet.c

index efe52b3..4c3ec8f 100644 (file)
--- a/secnet.c
+++ b/secnet.c
@@ -27,14 +27,6 @@ cstring_t require_root_privileges_explanation=NULL;
 
 static pid_t secnet_pid;
 
-/* from log.c */
-extern uint32_t message_level;
-extern bool_t secnet_is_daemon;
-extern struct log_if *system_log;
-
-/* from process.c */
-extern void start_signal_handling(void);
-
 /* Structures dealing with poll() call */
 struct poll_interest {
     beforepoll_fn *before;