diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-12-09 00:03:22 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-09 00:03:48 +0100 |
commit | 48371157e1471c64d69caf205c5ed55b96638871 (patch) | |
tree | c20455b14cf97393490a6e5e658ea3e7d6e2d2fb /src/oui.c | |
parent | 4ba84c72f14cf9f7aa31529ca99aef04fab9782f (diff) |
core: Make ouitocomp function private
Diffstat (limited to 'src/oui.c')
-rw-r--r-- | src/oui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ #define OUIFILE "/usr/share/hwdata/oui.txt" #endif -char *ouitocomp(const char *oui) +static char *ouitocomp(const char *oui) { struct stat st; char *str, *map, *off, *end; |