chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup: move declarations of external objects into header files
[secnet]
/
conffile.c
diff --git
a/conffile.c
b/conffile.c
index 660606eabcab3edf69b166e8b1a59c39485120a3..90235290fb03a72b436524892c28240fa2f82186 100644
(file)
--- a/
conffile.c
+++ b/
conffile.c
@@
-10,9
+10,6
@@
#include "util.h"
#include "ipaddr.h"
#include "util.h"
#include "ipaddr.h"
-/* from modules.c */
-extern void init_builtin_modules(dict_t *dict);
-
static struct cloc no_loc={"none",0};
struct atomlist {
static struct cloc no_loc={"none",0};
struct atomlist {
@@
-568,7
+565,7
@@
uint32_t list_length(list_t *a)
return l;
}
return l;
}
-list_t *list_copy(list_t *a)
+
static
list_t *list_copy(list_t *a)
{
list_t *r, *i, *b, *l;
{
list_t *r, *i, *b, *l;