add lokinet.h header for liblokinet api

pull/1576/head
Jeff Becker 3 years ago
parent e11249d158
commit 414c2d42e6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -0,0 +1,23 @@
#ifndef LOKINET_H
#define LOKINET_H
#ifdef __cplusplus
extern "C" {
#endif
struct lokinet_context;
struct lokinet_context *
lokinet_context_new();
void
lokinet_context_free(struct lokinet_context *);
#ifdef __cplusplus
}
#endif
#endif
Loading…
Cancel
Save