]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/libloc.h
Draft initial database format
[people/ms/libloc.git] / src / loc / libloc.h
index 6d9f2ace51aed6178e632ae224b70e0b92cbd598..5cf31c5b14d984db78fc29dc8eddb840f1b66c36 100644 (file)
@@ -35,6 +35,8 @@ void loc_set_log_fn(struct loc_ctx* ctx,
 int loc_get_log_priority(struct loc_ctx* ctx);
 void loc_set_log_priority(struct loc_ctx* ctx, int priority);
 
+int loc_load(struct loc_ctx* ctx, const char* path);
+
 #ifdef __cplusplus
 } /* extern "C" */
 #endif