diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-03-26 14:50:43 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-03-26 14:50:43 +0000 |
| commit | 0e6e720bd3ef0ca2ec2ad73f9bb3006e2a31e1f3 (patch) | |
| tree | 9282c1a5ab12b11138f9043846d79e54499f147e /src/include | |
| parent | 3b35f46545d057409cb1e5b1e6c079c374bc072d (diff) | |
| download | krb5-0e6e720bd3ef0ca2ec2ad73f9bb3006e2a31e1f3.tar.gz krb5-0e6e720bd3ef0ca2ec2ad73f9bb3006e2a31e1f3.tar.xz krb5-0e6e720bd3ef0ca2ec2ad73f9bb3006e2a31e1f3.zip | |
remove leading __ on #define blockers
replace <<<desc>>> with real thing
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@418 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/asn.1/asn1defs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/krb5/asn.1/asn1defs.h b/src/include/krb5/asn.1/asn1defs.h index f372dccf0e..70cb34661d 100644 --- a/src/include/krb5/asn.1/asn1defs.h +++ b/src/include/krb5/asn.1/asn1defs.h @@ -8,13 +8,13 @@ * For copying and distribution information, please see the file * <krb5/mit-copyright.h>. * - * <<< Description >>> + * Function prototypes for asn1 glue routines. */ #include <krb5/copyright.h> -#ifndef __KRB5_ASN1DEFS__ -#define __KRB5_ASN1DEFS__ +#ifndef KRB5_ASN1DEFS__ +#define KRB5_ASN1DEFS__ /* asn1glue.c */ struct type_UNIV_UTCTime *unix2utctime @@ -176,4 +176,4 @@ krb5_priv_enc_part *KRB5_EncKrbPrivPart2krb5_priv_enc_part PROTOTYPE((struct type_KRB5_EncKrbPrivPart *, int * )); -#endif /* __KRB5_ASN1DEFS__ */ +#endif /* KRB5_ASN1DEFS__ */ |
