X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=6ca644fa56b2dfe9201910f06f3ced7d11a7018f;hp=ce68dbbdfedb153169eb760b01abb741d43a6341;hb=cd2883daece34b501ef5e8f5c764fbb162f3aef4;hpb=96d35364c9159c96b164369d0d0c5147b0c73a24 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);