X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd_acl.h;h=c5dfd8a9b3d553d00e48c206a53dee33893ac422;hp=8464a01e18ec405bc9b8275b0e49acda9cc5ab5e;hb=b958a9aa60a683a4e4cc1882cb13fd00c8622be6;hpb=8309c75828acbcee73b11d9ce90d76b7ef14b891 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