Proto protocol structure.

This commit is contained in:
Ian Gulliver
2016-02-23 15:19:56 -08:00
parent 606a2029ee
commit a98eeec91e
7 changed files with 585 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <stddef.h>
#include <unistd.h>
#define BUF_LEN_MAX 256
struct buf {