]> git.meshlink.io Git - meshlink/commit
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)
commit2f56ac658df99ebf87639e00d289c9533fcb8cb0
treec42c742ee100f10e89bce25bfd3293e989a70fce
parent11bf251190cb84a9d127bd8b940279413c5313b4
Add meshlink.h, containing only the public API.

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.
src/meshlink.h [new file with mode: 0644]