From 5bcd31e23dc0293d2ef98044dfd9f556e8be8b86 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 24 Jan 2012 09:57:06 +0100 Subject: [PATCH] add_rpath is static --- scripts/jlibtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jlibtool.c b/scripts/jlibtool.c index 606d46d..8db049d 100644 --- a/scripts/jlibtool.c +++ b/scripts/jlibtool.c @@ -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) -- 2.1.4