diff options
Diffstat (limited to 'src/providers/fail_over.h')
-rw-r--r-- | src/providers/fail_over.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h index f1a071da9..dce02dc60 100644 --- a/src/providers/fail_over.h +++ b/src/providers/fail_over.h @@ -172,4 +172,5 @@ struct hostent *fo_get_server_hostent(struct fo_server *server); int fo_is_srv_lookup(struct fo_server *s); +void fo_reset_services(struct fo_ctx *fo_ctx); #endif /* !__FAIL_OVER_H__ */ |