From: Jouni Malinen Date: Mon, 28 Dec 2009 14:02:11 +0000 (+0200) Subject: Mark wpabuf_get_trace() static X-Git-Tag: hostap_0_7_1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e8542756ca34ea7d3fceba2fcf6ba0f5f9147d4;p=thirdparty%2Fhostap.git Mark wpabuf_get_trace() static --- diff --git a/src/utils/wpabuf.c b/src/utils/wpabuf.c index 714034bc5..eda779eaf 100644 --- a/src/utils/wpabuf.c +++ b/src/utils/wpabuf.c @@ -25,7 +25,7 @@ struct wpabuf_trace { unsigned int magic; }; -struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf) +static struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf) { return (struct wpabuf_trace *) ((const u8 *) buf - sizeof(struct wpabuf_trace));