diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 15:35:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 15:35:21 +0200 |
commit | 44b728958ae9a48bb56591532e5db9867311c1b9 (patch) | |
tree | 291e18735b29c09e106c6916e92c26125654d68f /lib | |
parent | 8a3bff343a21bc8b4c229bae5830db7462fea25f (diff) | |
download | samba-44b728958ae9a48bb56591532e5db9867311c1b9.tar.gz samba-44b728958ae9a48bb56591532e5db9867311c1b9.tar.xz samba-44b728958ae9a48bb56591532e5db9867311c1b9.zip |
Use common error definitions.
Diffstat (limited to 'lib')
-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 9b7b4d26d5a..972f7a35916 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 ___HOME_JELMER_SAMBA4_GIT_SOURCE3____SOURCE4____LIB_UTIL_ASN1_PROTO_H__ +#define ___HOME_JELMER_SAMBA4_GIT_SOURCE3____SOURCE4____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 /home/jelmer/samba4.git/source3/../source4/../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 /* ___HOME_JELMER_SAMBA4_GIT_SOURCE3____SOURCE4____LIB_UTIL_ASN1_PROTO_H__ */ |