]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 606d46db743e863aa652c33bec1859c67b08806e..8db049d5628b78c3e459a47b9cd53b35e256caea 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)