summaryrefslogtreecommitdiffstats
path: root/src/rtnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtnl.h')
-rw-r--r--src/rtnl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtnl.h b/src/rtnl.h
index 0c403dc..2cb22a8 100644
--- a/src/rtnl.h
+++ b/src/rtnl.h
@@ -7,7 +7,7 @@
struct rtnl_handler {
struct rtnl_handler *next;
- u_int16_t nlmsg_type;
+ uint16_t nlmsg_type;
int (*handlefn)(struct nlmsghdr *h, void *arg);
void *arg;
};