summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-05-31 21:23:32 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-05-31 21:23:32 +0200
commit85200c177afd412e6d6180c35df73c7f499abf1e (patch)
tree5c5f649b8c504eb6475af6e74170cd1e40dfb752 /dyndhcpd.h
parentf693ce2c5e1fc3dc5bc49a0441fb2eaed54eaee2 (diff)
downloaddyndhcpd-85200c177afd412e6d6180c35df73c7f499abf1e.tar.gz
dyndhcpd-85200c177afd412e6d6180c35df73c7f499abf1e.tar.zst
move actual replace to a function
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: