MINOR: proxy/checks: Move parsing of external-check option in checks.c

Parsing of the proxy directive "option external-check" have been moved in checks.c.
diff --git a/include/proto/checks.h b/include/proto/checks.h
index 563e01f..7fc8497 100644
--- a/include/proto/checks.h
+++ b/include/proto/checks.h
@@ -87,6 +87,8 @@
 			       const char *file, int line);
 int proxy_parse_httpchk_opt(char **args, int cur_arg, struct proxy *curpx, struct proxy *defpx,
 			    const char *file, int line);
+int proxy_parse_external_check_opt(char **args, int cur_arg, struct proxy *curpx, struct proxy *defpx,
+				   const char *file, int line);
 
 int set_srv_agent_send(struct server *srv, const char *send);