summaryrefslogtreecommitdiffstats
path: root/src/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch.h')
-rw-r--r--src/dispatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispatch.h b/src/dispatch.h
index 86af859..ca94404 100644
--- a/src/dispatch.h
+++ b/src/dispatch.h
@@ -33,4 +33,6 @@ typedef bool_t (dispatch_reply_fragment)(struct plugin_state *state,
typedef void (dispatch_reply)(struct plugin_state *state,
struct dispatch_client_data *cdata,
struct rpc_msg *reply, XDR *reply_xdrs);
+void dispatch_securenets_clear(struct plugin_state *state);
+void dispatch_securenets_add(struct plugin_state *state, const char *value);
#endif