chiark / gitweb /
logging: provide vslilog as well as slilog
[secnet.git] / secnet.c
index efe52b356048bc2e44ca0ac93939bd6edae90bf0..16fa198161d414e3071842eb98f283ac7d8c2dbc 100644 (file)
--- a/secnet.c
+++ b/secnet.c
@@ -1,5 +1,3 @@
-extern char version[];
-
 #include "secnet.h"
 #include <stdio.h>
 #include <string.h>
 #include "secnet.h"
 #include <stdio.h>
 #include <string.h>
@@ -27,14 +25,6 @@ cstring_t require_root_privileges_explanation=NULL;
 
 static pid_t secnet_pid;
 
 
 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;
 /* Structures dealing with poll() call */
 struct poll_interest {
     beforepoll_fn *before;