From: RALOVICH, Kristóf Date: Tue, 4 Nov 2008 09:43:06 +0000 (+0100) Subject: glx: missing static on local function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00f22f972f6c96589cb9f6fa75b803c9506d61f5;p=mesa.git glx: missing static on local function --- diff --git a/src/glx/x11/glx_query.c b/src/glx/x11/glx_query.c index 2ad2b823135..01911e2a3a9 100644 --- a/src/glx/x11/glx_query.c +++ b/src/glx/x11/glx_query.c @@ -119,7 +119,7 @@ typedef struct GLXGenericGetString * Query the Server GLX string. * This routine will allocate the necessay space for the string. */ -char * +static char * __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, CARD32 for_whom, CARD32 name) {