]> git.meshlink.io Git - meshlink/commit
Start moving the implementation of the public part of the API to meshlink.c.
authorGuus Sliepen <guus@sliepen.org>
Sat, 19 Apr 2014 15:33:59 +0000 (17:33 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sat, 19 Apr 2014 15:33:59 +0000 (17:33 +0200)
commit6e182846ce82233e900d919afaab216181e627c2
treedca6f2cc28cecf8c8819d6438a02a8ee6b5c2067
parentae2beb99a42825d3b4fb77c15abfc8bad9bf0923
Start moving the implementation of the public part of the API to meshlink.c.

For now it just contains stubs for all the public functions.
examples/Makefile.am
examples/chat.c
src/Makefile.am
src/meshlink.c [new file with mode: 0644]
src/meshlink.h