mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
Mark wpabuf_get_trace() static
This commit is contained in:
parent
d2b8812921
commit
2e8542756c
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user