aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_application.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-03-14 02:57:07 -0700
committerLev Walkin <vlm@lionet.info>2016-03-14 02:57:34 -0700
commitc6cac8e958ef898fc2d36cc4ef354ff599711731 (patch)
tree61d200f023df1923f5dbb0e974d13489c7fe44ed /skeletons/asn_application.h
parent327bab2b532646622b98fe22ee7377c2d1b05b1c (diff)
do not use reserved identifiers
Diffstat (limited to 'skeletons/asn_application.h')
-rw-r--r--skeletons/asn_application.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/skeletons/asn_application.h b/skeletons/asn_application.h
index f40cd86a..71e9ba61 100644
--- a/skeletons/asn_application.h
+++ b/skeletons/asn_application.h
@@ -5,8 +5,8 @@
/*
* Application-level ASN.1 callbacks.
*/
-#ifndef _ASN_APPLICATION_H_
-#define _ASN_APPLICATION_H_
+#ifndef ASN_APPLICATION_H
+#define ASN_APPLICATION_H
#include "asn_system.h" /* for platform-dependent types */
#include "asn_codecs.h" /* for ASN.1 codecs specifics */
@@ -44,4 +44,4 @@ typedef void (asn_app_constraint_failed_f)(void *application_specific_key,
#include "constr_TYPE.h" /* for asn_TYPE_descriptor_t */
-#endif /* _ASN_APPLICATION_H_ */
+#endif /* ASN_APPLICATION_H */