diff options
author | Joachim Nilsson <troglobit@gmail.com> | 2019-10-08 20:56:49 +0200 |
---|---|---|
committer | Joachim Nilsson <troglobit@gmail.com> | 2019-10-08 21:00:22 +0200 |
commit | f11fcc1aab75cf61f6dce90fa7e2142fbb3b7073 (patch) | |
tree | 9320c5ea186dec16503a16a24e797e75085f2e8d /include | |
parent | a4b1fa63feb22f5d1bcdfe8d24d95f54b73fe752 (diff) | |
download | libnet-f11fcc1aab75cf61f6dce90fa7e2142fbb3b7073.tar.gz |
Add coding style hinting for Emacs
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libnet/libnet-asn1.h | 6 | ||||
-rw-r--r-- | include/libnet/libnet-functions.h | 6 | ||||
-rw-r--r-- | include/libnet/libnet-headers.h | 6 | ||||
-rw-r--r-- | include/libnet/libnet-macros.h | 6 | ||||
-rw-r--r-- | include/libnet/libnet-structures.h | 6 | ||||
-rw-r--r-- | include/libnet/libnet-types.h | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/include/libnet/libnet-asn1.h b/include/libnet/libnet-asn1.h index c1ebda0..06b985a 100644 --- a/include/libnet/libnet-asn1.h +++ b/include/libnet/libnet-asn1.h @@ -252,3 +252,9 @@ libnet_build_asn1_bitstring( #endif /* __LIBNET_ASN1_H */ +/** + * Local Variables: + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + */ diff --git a/include/libnet/libnet-functions.h b/include/libnet/libnet-functions.h index 9fe586e..357c363 100644 --- a/include/libnet/libnet-functions.h +++ b/include/libnet/libnet-functions.h @@ -2650,3 +2650,9 @@ libnet_win32_read_arp_table(DWORD IP); #endif #endif /* __LIBNET_FUNCTIONS_H */ +/** + * Local Variables: + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + */ diff --git a/include/libnet/libnet-headers.h b/include/libnet/libnet-headers.h index fcb95ce..cb8164d 100644 --- a/include/libnet/libnet-headers.h +++ b/include/libnet/libnet-headers.h @@ -1824,3 +1824,9 @@ struct libnet_hsrp_hdr #endif /* __LIBNET_HEADERS_H */ +/** + * Local Variables: + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + */ diff --git a/include/libnet/libnet-macros.h b/include/libnet/libnet-macros.h index 7bd997c..81901fe 100644 --- a/include/libnet/libnet-macros.h +++ b/include/libnet/libnet-macros.h @@ -196,3 +196,9 @@ if (payload_s) \ #endif /* __LIBNET_MACROS_H */ +/** + * Local Variables: + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + */ diff --git a/include/libnet/libnet-structures.h b/include/libnet/libnet-structures.h index a61b4f0..6084caa 100644 --- a/include/libnet/libnet-structures.h +++ b/include/libnet/libnet-structures.h @@ -251,3 +251,9 @@ typedef struct _libnet_context_queue_descriptor libnet_cqd_t; #endif /* __LIBNET_STRUCTURES_H */ +/** + * Local Variables: + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + */ diff --git a/include/libnet/libnet-types.h b/include/libnet/libnet-types.h index 6d7b28d..71f59cf 100644 --- a/include/libnet/libnet-types.h +++ b/include/libnet/libnet-types.h @@ -37,3 +37,9 @@ #endif /* __LIBNET_TYPES_H */ +/** + * Local Variables: + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + */ |