diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 21:33:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 21:33:41 +0200 |
commit | 2c1b1255c2dc095013863a1d99b750e8506237fa (patch) | |
tree | c8fcfa5f0e6f793e0b948ff17a4908435677405c /source3/include | |
parent | 7498f9a9d809af1213699b9349546ba51fd0d2b5 (diff) | |
download | samba-2c1b1255c2dc095013863a1d99b750e8506237fa.tar.gz samba-2c1b1255c2dc095013863a1d99b750e8506237fa.tar.bz2 samba-2c1b1255c2dc095013863a1d99b750e8506237fa.zip |
Add source4/ to include path because librpc/gen_ndr is still in source?/
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 81a1d10d0b..9b3950229e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1191,6 +1191,7 @@ struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user); /* The following definitions come from lib/util.c */ +bool all_zero(const uint8_t *ptr, size_t size); bool set_global_myname(const char *myname); const char *global_myname(void); bool set_global_myworkgroup(const char *myworkgroup); |