Proto protocol structure.
This commit is contained in:
11
adsbus/proto.c
Normal file
11
adsbus/proto.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "buf.h"
|
||||
#include "packet.h"
|
||||
|
||||
#include "proto.h"
|
||||
|
||||
bool proto_parse(struct buf *buf, struct packet *packet, void *state_in) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void proto_serialize(struct packet *packet, struct buf *buf) {
|
||||
}
|
||||
Reference in New Issue
Block a user