projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b48723
)
add a comment about history path
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Feb 2008 03:43:08 +0000
(
04:43
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Feb 2008 03:43:08 +0000
(
04:43
+0100)
uci.h
patch
|
blob
|
history
diff --git
a/uci.h
b/uci.h
index ce68dbbdfedb153169eb760b01abb741d43a6341..6ca644fa56b2dfe9201910f06f3ced7d11a7018f 100644
(file)
--- 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);