ident.c, yaid.c, yaid.h: Make `get_default_gw' be internal to `ident.c'.
[yaid] / ident.c
diff --git a/ident.c b/ident.c
index ae3cf13..91c03aa 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -85,7 +85,7 @@ static int sockeq(const struct addrfamily *af,
                  const struct socket *sa, const struct socket *sb)
   { return (af->addreq(&sa->addr, &sb->addr) && sa->port == sb->port); }
 
-int get_default_gw(int af, union addr *a)
+static int get_default_gw(int af, union addr *a)
 {
   int fd;
   char buf[32768];