summaryrefslogtreecommitdiff
path: root/lib/netstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netstring.h')
-rw-r--r--lib/netstring.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/netstring.h b/lib/netstring.h
new file mode 100644
index 0000000..d5a1a19
--- /dev/null
+++ b/lib/netstring.h
@@ -0,0 +1,8 @@
+#ifndef NULLMAILER__NETSTRING__H__
+#define NULLMAILER__NETSTRING__H__
+
+#include "mystring/mystring.h"
+mystring str2net(const mystring&);
+mystring strnl2net(const mystring&);
+
+#endif // NULLMAILER__NETSTRING__H__