summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-14 12:21:47 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-14 12:21:47 +0000
commitd95a96414d5d0c27d994f4b638491d27b6725707 (patch)
tree1b7fb4fd0e5a14eefd291feab8557781b91556f2 /lib
parentb9216d53a815eb3fd5eed2c1d2cd46f1de328bf3 (diff)
should not be exported
Diffstat (limited to 'lib')
-rw-r--r--lib/ZInit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ZInit.c b/lib/ZInit.c
index 2113c8d..42ef2ad 100644
--- a/lib/ZInit.c
+++ b/lib/ZInit.c
@@ -35,7 +35,7 @@ static const char rcsid_ZInitialize_c[] =
#if defined(HAVE_KRB5) && defined(KRB5_REFERRAL_REALM)
#include <profile.h>
-int z_get_host_realm_replacement(char *, char ***);
+static int z_get_host_realm_replacement(char *, char ***);
#endif
Code_t
@@ -318,7 +318,8 @@ static int txt_lookup(char *qname, char **result) {
return -1;
}
-int z_get_host_realm_replacement(char *inhost, char ***krealms) {
+static int
+z_get_host_realm_replacement(char *inhost, char ***krealms) {
char *host, *p;
char *realm = NULL;
char *default_realm = NULL;