Commit ac13bad3 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Correct prototypes

parent f6851567
......@@ -118,7 +118,7 @@ struct mac_help {
enum sess_step first_step;
};
static int __match_proto__(vss_resolver_f)
static int __match_proto__(vss_resolved_f)
mac_callback(void *priv, const struct suckaddr *sa)
{
struct mac_help *mh;
......
......@@ -524,7 +524,7 @@ mgt_cli_secret(const char *S_arg)
secret_file = S_arg;
}
static int __match_proto__(vss_resolver_f)
static int __match_proto__(vss_resolved_f)
mct_callback(void *priv, const struct suckaddr *sa)
{
int sock;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment