chiark
/
gitweb
/
~ianmdlvl
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
389070f
)
cleanup: remove other redundant declarations
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 5 Jun 2011 12:59:01 +0000
(13:59 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/secnet.c
b/secnet.c
index efe52b356048bc2e44ca0ac93939bd6edae90bf0..4c3ec8fd4334eef7a1f1e51b67b091e868f3c5c1 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;