chiark / gitweb /
netlink: Remove a newline from p-t-p startup message
[secnet.git] / conffile.h
index d7468a55bbf610e295e1d87d8ddb1eea04385bc0..744c80795748e643d8cecf361df5c8fb751e3a2d 100644 (file)
@@ -1,12 +1,8 @@
-/*
- * $Log$
- */
-
 #ifndef conffile_h
 #define conffile_h
 
 #include "secnet.h"
 
-extern dict_t *read_conffile(char *conffile);
+extern dict_t *read_conffile(const char *conffile);
 
 #endif /* conffile_h */