summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dyndhcpd.h')
-rw-r--r--dyndhcpd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dyndhcpd.h b/dyndhcpd.h
index 9c56d11..75724e5 100644
--- a/dyndhcpd.h
+++ b/dyndhcpd.h
@@ -24,6 +24,13 @@
#include "config.h"
#include "version.h"
+/*** replace ***/
+int replace(char ** config, size_t *length, const char ** tmp,
+ const char * template, const char * value);
+
+/*** main ***/
+int main (int argc, char ** argv);
+
#endif /* _DYNDHCPD_H */
// vim: set syntax=c: