aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_get.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-10-31 03:50:54 +0000
committerGreg Hudson <ghudson@mit.edu>2009-10-31 03:50:54 +0000
commit4a47f566daa9e1e6a1946a027edc2d9d44b9bb7d (patch)
treed1fc32b00d0c8107039ae6ed612ac9d90a6a5dfb /src/lib/krb5/asn.1/asn1_get.h
parent0244a08b81acd7019986108975ff2b02507a773e (diff)
downloadkrb5-4a47f566daa9e1e6a1946a027edc2d9d44b9bb7d.zip
krb5-4a47f566daa9e1e6a1946a027edc2d9d44b9bb7d.tar.gz
krb5-4a47f566daa9e1e6a1946a027edc2d9d44b9bb7d.tar.bz2
Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parens
at beginnings of lines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23105 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1/asn1_get.h')
-rw-r--r--src/lib/krb5/asn.1/asn1_get.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/src/lib/krb5/asn.1/asn1_get.h b/src/lib/krb5/asn.1/asn1_get.h
index ecafa2a..2867649 100644
--- a/src/lib/krb5/asn.1/asn1_get.h
+++ b/src/lib/krb5/asn.1/asn1_get.h
@@ -52,19 +52,17 @@ typedef struct {
asn1_error_code asn1_get_tag_2 (asn1buf *buf, taginfo *tinfo);
#if 0
-asn1_error_code asn1_get_tag_indef
- (asn1buf *buf,
- asn1_class *Class,
- asn1_construction *construction,
- asn1_tagnum *tagnum,
- unsigned int *retlen, int *indef);
+asn1_error_code asn1_get_tag_indef(asn1buf *buf,
+ asn1_class *Class,
+ asn1_construction *construction,
+ asn1_tagnum *tagnum,
+ unsigned int *retlen, int *indef);
-asn1_error_code asn1_get_tag
- (asn1buf *buf,
- asn1_class *Class,
- asn1_construction *construction,
- asn1_tagnum *tagnum,
- unsigned int *retlen);
+asn1_error_code asn1_get_tag(asn1buf *buf,
+ asn1_class *Class,
+ asn1_construction *construction,
+ asn1_tagnum *tagnum,
+ unsigned int *retlen);
/* requires *buf is allocated
effects Decodes the tag in *buf. If class != NULL, returns
the class in *Class. Similarly, the construction,
@@ -75,8 +73,8 @@ asn1_error_code asn1_get_tag
Returns ASN1_OVERRUN if *buf is exhausted during the parse. */
#endif
-asn1_error_code asn1_get_sequence
- (asn1buf *buf, unsigned int *retlen, int *indef);
+asn1_error_code asn1_get_sequence(asn1buf *buf, unsigned int *retlen,
+ int *indef);
/* requires *buf is allocated
effects Decodes a tag from *buf and returns ASN1_BAD_ID if it
doesn't have a sequence ID. If retlen != NULL, the