aboutsummaryrefslogtreecommitdiff
path: root/src/cynic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cynic.h')
-rw-r--r--src/cynic.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cynic.h b/src/cynic.h
index ef56555..66659ff 100644
--- a/src/cynic.h
+++ b/src/cynic.h
@@ -123,6 +123,18 @@ extern void cyn_file_close(struct File_Handle *handle);
/* --------- Config API -------- */
+/* --------- Library load --------- */
+
+struct CInterface;
+
+
+extern struct CInterface* cyn_lib_interface_create(void);
+extern void cyn_lib_interface_destroy(struct CInterface *interface);
+extern void cyn_lib_interface_register(struct CInterface *interface, void *fp, String name);
+
+
+
+
#if defined(__cplusplus)
}
#endif