summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2004-08-12 06:31:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:54 -0500
commit76abf79a5f5594251edea645ce5478698c3cc2da (patch)
tree5e11e7542dd0d70e943bd07f2da5a36dc5dd3603 /source4
parent13a579df8729aee6781af817c62a5f688f85328d (diff)
downloadsamba-76abf79a5f5594251edea645ce5478698c3cc2da.tar.gz
samba-76abf79a5f5594251edea645ce5478698c3cc2da.tar.bz2
samba-76abf79a5f5594251edea645ce5478698c3cc2da.zip
r1760: name the struct
(This used to be commit 512c410860a5947c94187454d7220ad1df08a6c0)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/asn_1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/asn_1.h b/source4/include/asn_1.h
index 6bd79e3fbe..c10b03164a 100644
--- a/source4/include/asn_1.h
+++ b/source4/include/asn_1.h
@@ -27,7 +27,7 @@ struct nesting {
struct nesting *next;
};
-typedef struct {
+typedef struct asn1_data {
uint8_t *data;
size_t length;
off_t ofs;