aboutsummaryrefslogtreecommitdiff
path: root/proto/puzbusv1.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/puzbusv1.c')
-rw-r--r--proto/puzbusv1.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/proto/puzbusv1.c b/proto/puzbusv1.c
new file mode 100644
index 0000000..9d1335e
--- /dev/null
+++ b/proto/puzbusv1.c
@@ -0,0 +1,13 @@
+#include <mpack.h>
+
+#include "puzbusv1.h"
+
+int pb_read(struct pb_msg* target, char* buf, size_t buf_sz) {
+ mpack_reader_t reader;
+
+ return 0;
+}
+
+void pb_free(struct pb_msg* msg);
+
+