This website requires JavaScript.
Explore
Help
Sign In
misc
/
adsb-tools
Watch
1
Star
0
Fork
0
You've already forked adsb-tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
153544c8b2532b0290fdbaa792ef447b4813f90a
adsb-tools
/
adsbus
/
server.h
7 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
Split server out.
2016-02-22 21:53:25 -08:00
#
pragma once
Enable -Weverything, fix a ton of bugs.
2016-02-25 23:37:37 -08:00
extern
uint8_t
server_id
[
]
;
Split server out.
2016-02-22 21:53:25 -08:00
extern
char
server_version
[
]
;
Enable -Weverything, fix a ton of bugs.
2016-02-25 23:37:37 -08:00
void
server_init
(
void
)
;
Reference in New Issue
Copy Permalink