diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-13 15:58:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-13 15:58:45 +0200 |
commit | 2fddd2e2d5fb32ff15a170acc443218481986b91 (patch) | |
tree | ffc988ebf2fc876afc754830f1a8595d4b1f3d66 /source3/include | |
parent | 6d02f0805a001ae4ac19219c7fff5247e470b0fd (diff) | |
download | samba-2fddd2e2d5fb32ff15a170acc443218481986b91.tar.gz samba-2fddd2e2d5fb32ff15a170acc443218481986b91.tar.bz2 samba-2fddd2e2d5fb32ff15a170acc443218481986b91.zip |
Share ndrdump implementation.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fb6d45befd..7dc0319e7d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1291,6 +1291,7 @@ enum remote_arch_types get_remote_arch(void); void print_asc(int level, const unsigned char *buf,int len); void dump_data(int level, const unsigned char *buf1,int len); void dump_data_pw(const char *msg, const uchar * data, size_t len); +void dump_data_skip_zeros(int level, const uint8_t *buf, int len); const char *tab_depth(int level, int depth); int str_checksum(const char *s); void zero_free(void *p, size_t size); |