summaryrefslogtreecommitdiffstats
path: root/include/netlink.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-03-31 07:37:33 +0200
committerPatrick McHardy <kaber@trash.net>2010-03-31 07:37:33 +0200
commit13031f2a810bdb6a7eec28fe4c0697b0c797a2a9 (patch)
tree15c9438600d4935448b2b62009b76ab2ad205512 /include/netlink.h
parent3f19c0cef128d3ed4b62baa9ae5cc00478f610f2 (diff)
include: use consistent prefix for header sandwich defines
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/netlink.h')
-rw-r--r--include/netlink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/netlink.h b/include/netlink.h
index 4898bb5..41b0135 100644
--- a/include/netlink.h
+++ b/include/netlink.h
@@ -1,7 +1,7 @@
-#ifndef _DECT_NETLINK_H
-#define _DECT_NETLINK_H
+#ifndef _LIBDECT_NETLINK_H
+#define _LIBDECT_NETLINK_H
extern int dect_netlink_init(struct dect_handle *dh);
extern void dect_netlink_exit(struct dect_handle *dh);
-#endif /* _DECT_NETLINK_H */
+#endif /* _LIBDECT_NETLINK_H */