add_rpath is static
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jan 2012 08:57:06 +0000 (09:57 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jan 2012 08:57:06 +0000 (09:57 +0100)
scripts/jlibtool.c

index 606d46d..8db049d 100644 (file)
@@ -287,7 +287,7 @@ typedef struct {
 } command_t;
 
 #ifdef RPATH
-void add_rpath(count_chars *cc, const char *path);
+static void add_rpath(count_chars *cc, const char *path);
 #endif
 
 static void usage(int code)