diff options
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r-- | resolv/res_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/res_init.c b/resolv/res_init.c index 755b88d466..a2de01f1a2 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -110,7 +110,7 @@ static int netinfo_res_init __P((int *haveenv, int *havesearch)); # include "../conf/options.h" #endif -static void res_setoptions __P((char *, char *)); +static void res_setoptions __P((char *, char *)) internal_function; #ifdef RESOLVSORT static const char sort_mask[] = "/&"; @@ -428,6 +428,7 @@ res_init() } static void +internal_function res_setoptions(options, source) char *options, *source; { |