From: Felix Fietkau Date: Sun, 3 Feb 2008 03:43:08 +0000 (+0100) Subject: add a comment about history path X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=53ddba828005844d876b4516cb7355a410468ef7 add a comment about history path --- diff --git a/uci.h b/uci.h index ce68dbb..6ca644f 100644 --- a/uci.h +++ b/uci.h @@ -245,6 +245,9 @@ extern int uci_set_confdir(struct uci_context *ctx, const char *dir); * uci_add_history_path: add a directory to the search path for change history files * @ctx: uci context * @dir: directory name + * + * This function allows you to add directories, which contain 'overlays' + * for the active config, that will never be committed. */ extern int uci_add_history_path(struct uci_context *ctx, const char *dir);