]> pilppa.org Git - uci.git/blobdiff - uci_internal.h
make more functions available externally
[uci.git] / uci_internal.h
index 81f02268fa9a66b55628ebf05ed23dae588a84f1..5b5a50dfcd41ece6ce7eb3babab243e5d964f6ff 100644 (file)
@@ -32,8 +32,9 @@ struct uci_parse_context
        int bufsz;
 };
 
-static void uci_add_history(struct uci_context *ctx, struct uci_list *list, int cmd, char *section, char *option, char *value);
-static void uci_free_history(struct uci_history *h);
+int uci_add_backend(struct uci_context *ctx, struct uci_backend *b);
+void uci_add_history(struct uci_context *ctx, struct uci_list *list, int cmd, char *section, char *option, char *value);
+void uci_free_history(struct uci_history *h);
 
 /*
  * functions for debug and error handling, for internal use only