Cheaper airspy matching

This commit is contained in:
Ian Gulliver
2016-02-14 07:11:26 +00:00
parent 51690ba0df
commit f7bee3ce44
4 changed files with 13 additions and 13 deletions

View File

@@ -25,6 +25,8 @@ struct packet {
};
#define buf_at(buff, at) (&(buff)->buf[(buff)->start + (at)])
void buf_init(struct buf *, char *, char *);
void buf_alias(struct buf *, struct buf *);