Add ip_get_proto()

This commit is contained in:
angt
2015-12-10 13:17:27 +01:00
parent e08eb73f98
commit f36fde5054
3 changed files with 24 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
#define _printf_(A,B) __attribute__((format(printf,A,B)))
#define _noreturn_ __attribute__((noreturn))
#define _unused_ __attribute__((unused))
#define _pure_ __attribute__((pure))
#define _const_ __attribute__((const))
#define _align_(...) __attribute__((aligned(__VA_ARGS__)))
typedef struct buffer buffer_t;