summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-09-05 14:25:51 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-09-05 14:38:01 +0200
commitfc1b008e081429101d5d3bb878ddb417c0d2be12 (patch)
tree12b51df4564733f1710bbb357405ccf36262f1e8 /include
parent524032c291fcb4d8e4b160f4c9c4ec8b5de92db3 (diff)
downloadrpcd-fc1b008e081429101d5d3bb878ddb417c0d2be12.tar.gz
uci: expose rpc_uci_purge_savedirs() helper
Diffstat (limited to 'include')
-rw-r--r--include/rpcd/uci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpcd/uci.h b/include/rpcd/uci.h
index a4f79e2..7a169f2 100644
--- a/include/rpcd/uci.h
+++ b/include/rpcd/uci.h
@@ -32,4 +32,6 @@
int rpc_uci_api_init(struct ubus_context *ctx);
+void rpc_uci_purge_savedirs(void);
+
#endif