diff options
author | Andreas Schneider <asn@samba.org> | 2012-02-02 08:57:28 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-02-02 10:33:13 +0100 |
commit | 03c3a613c53903ebc1a18aa9e9d18609c657d1d8 (patch) | |
tree | 1567d2c633ddb03a526f5d2b3e7bd012bd0638c5 /source3 | |
parent | 0fdd6c7632a070fc3f6251f44c520fa324155a7d (diff) | |
download | samba-03c3a613c53903ebc1a18aa9e9d18609c657d1d8.tar.gz samba-03c3a613c53903ebc1a18aa9e9d18609c657d1d8.tar.bz2 samba-03c3a613c53903ebc1a18aa9e9d18609c657d1d8.zip |
s3-libsmb: Remove dead prototype.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Feb 2 10:33:13 CET 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4efa3b6028..3cfb93f298 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -925,7 +925,6 @@ NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx, /* The following definitions come from libsmb/errormap.c */ NTSTATUS dos_to_ntstatus(uint8 eclass, uint32 ecode); -NTSTATUS map_nt_error_from_gss(uint32 gss_maj, uint32 minor); /* The following definitions come from libsmb/namecache.c */ |