X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd_acl.h;h=c5dfd8a9b3d553d00e48c206a53dee33893ac422;hp=8464a01e18ec405bc9b8275b0e49acda9cc5ab5e;hb=619f3a160de4f417226b69039538882787b3811c;hpb=8bb34756ce2bd684745d3a49a134dae03073b452 diff --git a/ubusd_acl.h b/ubusd_acl.h index 8464a01..c5dfd8a 100644 --- a/ubusd_acl.h +++ b/ubusd_acl.h @@ -22,6 +22,7 @@ enum ubusd_acl_type { int ubusd_acl_check(struct ubus_client *cl, const char *obj, const char *method, enum ubusd_acl_type type); int ubusd_acl_init_client(struct ubus_client *cl, int fd); +void ubusd_acl_free_client(struct ubus_client *cl); void ubusd_acl_load(void); #endif