diff options
Diffstat (limited to 'services/rpz.h')
-rw-r--r-- | services/rpz.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/rpz.h b/services/rpz.h index e6d8bf566e16..7f409087f772 100644 --- a/services/rpz.h +++ b/services/rpz.h @@ -226,6 +226,14 @@ int rpz_clear(struct rpz* r); struct rpz* rpz_create(struct config_auth* p); /** + * Change config on rpz, after reload. + * @param r: the rpz structure. + * @param p: the config that was read. + * @return false on failure. + */ +int rpz_config(struct rpz* r, struct config_auth* p); + +/** * String for RPZ action enum * @param a: RPZ action to get string for * @return: string for RPZ action |