]> git.meshlink.io Git - meshlink/commitdiff
Add meshlink.h, containing only the public API.
authorGuus Sliepen <guus@meshlink.io>
Sat, 19 Apr 2014 11:07:35 +0000 (13:07 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 19 Apr 2014 11:07:35 +0000 (13:07 +0200)
This header file contains only the public MeshLink API, documented using
Doxygen. All functions and types are prefixed with meshlink_, and almost all of
the functions now take a meshlink_handle_t * argument, so that one can have
multiple instances of MeshLink running simultaneously, and there will be no
global variables.


No differences found