diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 03:29:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 03:29:20 +0200 |
commit | 94c522b1ab2e969f8697f386ba6a933d0984a1dc (patch) | |
tree | 174c1d8bf9a3fe01dcdd039a413f3ab0e3a9b7f4 /lib/util | |
parent | e56dff3f7b0d7535ea208081dbbc4e67dcc1709a (diff) | |
download | samba-94c522b1ab2e969f8697f386ba6a933d0984a1dc.tar.gz samba-94c522b1ab2e969f8697f386ba6a933d0984a1dc.tar.bz2 samba-94c522b1ab2e969f8697f386ba6a933d0984a1dc.zip |
Import NTSTATUS defines from Samba 3.
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/asn1_proto.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/util/asn1_proto.h b/lib/util/asn1_proto.h index bcaf2c2121..9b7b4d26d5 100644 --- a/lib/util/asn1_proto.h +++ b/lib/util/asn1_proto.h @@ -1,5 +1,5 @@ -#ifndef ___LIB_UTIL_ASN1_PROTO_H__ -#define ___LIB_UTIL_ASN1_PROTO_H__ +#ifndef _____LIB_UTIL_ASN1_PROTO_H__ +#define _____LIB_UTIL_ASN1_PROTO_H__ #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) @@ -10,7 +10,7 @@ * used outside this particular subsystem! */ -/* The following definitions come from lib/util/asn1.c */ +/* The following definitions come from ../lib/util/asn1.c */ struct asn1_data *asn1_init(TALLOC_CTX *mem_ctx); void asn1_free(struct asn1_data *data); @@ -55,5 +55,5 @@ NTSTATUS asn1_full_tag(DATA_BLOB blob, uint8_t tag, size_t *packet_size); #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) -#endif /* ___LIB_UTIL_ASN1_PROTO_H__ */ +#endif /* _____LIB_UTIL_ASN1_PROTO_H__ */ |