Factor out sendBeastSettings(), use it in view1090.
This commit is contained in:
parent
11b6cdba06
commit
0526388bdc
4 changed files with 24 additions and 16 deletions
2
net_io.h
2
net_io.h
|
|
@ -72,6 +72,8 @@ struct client *createGenericClient(struct net_service *service, int fd);
|
|||
struct net_service *makeBeastInputService(void);
|
||||
struct net_service *makeFatsvOutputService(void);
|
||||
|
||||
void sendBeastSettings(struct client *c, const char *settings);
|
||||
|
||||
void modesInitNet(void);
|
||||
void modesQueueOutput(struct modesMessage *mm, struct aircraft *a);
|
||||
void modesNetPeriodicWork(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue