summaryrefslogtreecommitdiff
path: root/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'post.c')
-rw-r--r--post.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/post.c b/post.c
new file mode 100644
index 0000000..8dca62f
--- /dev/null
+++ b/post.c
@@ -0,0 +1,3 @@
+#include "post.h"
+
+extern inline void post(const char *, const char *[], size_t);