diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 17:28:16 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 17:28:16 +0100 |
commit | 7ec720af714fab17fcbba3febff0c162775c8186 (patch) | |
tree | 74d057080f28f622ad7456663b7b456174b0dbe8 /source3/include | |
parent | ddcab787c408824ff753b929abd2240bc088451d (diff) | |
download | samba-7ec720af714fab17fcbba3febff0c162775c8186.tar.gz samba-7ec720af714fab17fcbba3febff0c162775c8186.tar.bz2 samba-7ec720af714fab17fcbba3febff0c162775c8186.zip |
Use shared doserr.c.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 91bfc8059a..43cddbae51 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2933,12 +2933,6 @@ void netlogon_creds_client_step(struct dcinfo *dc, const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code); -/* The following definitions come from libsmb/doserr.c */ - -const char *dos_errstr(WERROR werror); -const char *get_friendly_werror_msg(WERROR werror); -const char *win_errstr(WERROR werror); - /* The following definitions come from libsmb/dsgetdcname.c */ void debug_dsdcinfo_flags(int lvl, uint32_t flags); |