Move adsbus into its own dir.
This commit is contained in:
6
adsbus/json.h
Normal file
6
adsbus/json.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
void json_init();
|
||||
void json_serialize(struct packet *, struct buf *);
|
||||
|
||||
int json_buf_append_callback(const char *, size_t, void *);
|
||||
Reference in New Issue
Block a user