the repository which powers this website
Diffstat (limited to 'waow.h')
-rw-r--r--waow.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/waow.h b/waow.h
new file mode 100644
index 00000000..f8ba6f8c
--- /dev/null
+++ b/waow.h
@@ -0,0 +1,11 @@
+#ifndef WAOW_H
+#define WAOW_H
+#include <stddef.h>
+struct out {
+ char *name;
+ char *value;
+};
+
+extern struct out *fext(const char *x, size_t len);
+extern struct out *fname(const char *x, size_t len);
+#endif /* UI_TREE_H */