summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.api.h
AgeCommit message (Collapse)Author
2018-09-14Standardise header guards.iphydf
Using the full path including the repo name.
2018-08-27Make `ip_is_lan` return bool instead of 0/-1.iphydf
This inverts the truthiness of the return value. Previously, 0 meant `true` and -1 meant `false`. Now, `true` (1) means `true` and `false` (0) means `false`.
2018-08-26Update copyright to 2018.iphydf
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf