From 53ddba828005844d876b4516cb7355a410468ef7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Feb 2008 04:43:08 +0100 Subject: [PATCH 1/1] add a comment about history path --- uci.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.11.0