uci: add rpc_uci_replace_savedir() helper
authorJo-Philipp Wich <jo@mein.io>
Thu, 19 Apr 2018 11:54:40 +0000 (13:54 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 19 Apr 2018 11:54:40 +0000 (13:54 +0200)
commitedd37f8dbbeb5d971eb0f01f071ae45c0312b779
tree0bf07f915ddc4790e0502883d6a9e3236f6689f7
parenteb09f3a3fde2efd79717b3e15488ca40988bc8b8
uci: add rpc_uci_replace_savedir() helper

The rpc_uci_replace_savedir() function removes all configured save directories
from the uci cursor instance and adds the given path argument as sole item.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
uci.c