diff options
author | Steven Barth <steven@midlink.org> | 2009-04-26 19:10:36 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-04-26 19:10:36 +0000 |
commit | d81b3548a92a7a9db95d2587d6d15aebdc9b8652 (patch) | |
tree | 0ce5776c20b7864c8275fe582e738552cc8ae8e2 /libs/nixio/src/binary.c | |
parent | a8da3a09a3fb34327cf02306726dad640e309f20 (diff) |
nixio:
Added binding for getifaddrs(): List network interfaces, their flags,
addresses and statistics
Cleanups
Diffstat (limited to 'libs/nixio/src/binary.c')
-rw-r--r-- | libs/nixio/src/binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nixio/src/binary.c b/libs/nixio/src/binary.c index 72425b113..2466f9891 100644 --- a/libs/nixio/src/binary.c +++ b/libs/nixio/src/binary.c @@ -19,7 +19,7 @@ #include "nixio.h" #include <stdlib.h> -static char nixio__bin2hex[] = { +const char nixio__bin2hex[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; |