add sendfile module
[p2p-kernel-protocol.git] / sendfile / client / client.c
diff --git a/sendfile/client/client.c b/sendfile/client/client.c
new file mode 100644 (file)
index 0000000..fc5fa4c
--- /dev/null
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main(int argc, char **argv) {
+       
+}