projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80dba8d
)
remove leading __ on #define blockers
author
John Kohl
<jtkohl@mit.edu>
Mon, 26 Mar 1990 14:50:31 +0000
(14:50 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 26 Mar 1990 14:50:31 +0000
(14:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@417
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/asn.1/encode.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/asn.1/encode.h
b/src/include/krb5/asn.1/encode.h
index 47d180cfe642f8c4e4a6b6e5daa278a9f5e70a1f..ebd2f1ba04c76a09703735aa6144608d38ddcbdf 100644
(file)
--- a/
src/include/krb5/asn.1/encode.h
+++ b/
src/include/krb5/asn.1/encode.h
@@
-13,8
+13,8
@@
#include <krb5/copyright.h>
-#ifndef
__
KRB5_ENCODE_DEFS__
-#define
__
KRB5_ENCODE_DEFS__
+#ifndef KRB5_ENCODE_DEFS__
+#define KRB5_ENCODE_DEFS__
typedef int (*encoder_func) PROTOTYPE((PE *, int, int, char *, krb5_pointer));
typedef void (*free_func) PROTOTYPE((krb5_pointer ));
@@
-212,4
+212,4
@@
krb5_error_code decode_generic
(free_func) free_KRB5_KRB__ERROR)
-#endif /*
__
KRB5_ENCODE_DEFS__ */
+#endif /* KRB5_ENCODE_DEFS__ */