diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 55fd84cb..cd8657bc 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1127,7 +1127,7 @@ static int load_params(int argc, char **argv, int optind) return(implicitmode); } -void termhook(int sig) +static void termhook(int sig) /* to be executed on normal or signal-induced termination */ { struct query *ctl; @@ -1266,7 +1266,8 @@ static int query_host(struct query *ctl) } } -void dump_params (struct runctl *runp, struct query *querylist, flag implicit) +static void dump_params (struct runctl *runp, + struct query *querylist, flag implicit) /* display query parameters in English */ { struct query *ctl; |