summaryrefslogtreecommitdiffstats
path: root/src/lib9p/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9p/post.h')
-rw-r--r--src/lib9p/post.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib9p/post.h b/src/lib9p/post.h
new file mode 100644
index 00000000..069a7ce7
--- /dev/null
+++ b/src/lib9p/post.h
@@ -0,0 +1,13 @@
+typedef struct Postcrud Postcrud;
+struct Postcrud
+{
+ int fd[2];
+ Srv *s;
+ char *name;
+ char *mtpt;
+ int flag;
+};
+
+Postcrud *_post1(Srv*, char*, char*, int);
+void _post2(void*);
+void _post3(Postcrud*);