summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-06-17 14:40:07 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-17 17:09:00 +1000
commit264409750a569b632576e8cd6fddd72fc29e9660 (patch)
tree66c51eaa31a18027dc4ccf308a5b6874b0f9522a /source3/include/proto.h
parentb341979adb950ae6abd518df3a170db9e9708797 (diff)
downloadsamba-264409750a569b632576e8cd6fddd72fc29e9660.tar.gz
samba-264409750a569b632576e8cd6fddd72fc29e9660.tar.bz2
samba-264409750a569b632576e8cd6fddd72fc29e9660.zip
s3-util: remove the s3 nterr.c
this is now in common code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f3643078c4..98445d89b5 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1095,13 +1095,6 @@ bool get_dc_name(const char *domain,
fstring srv_name,
struct sockaddr_storage *ss_out);
-/* The following definitions come from libsmb/nterr.c */
-
-const char *nt_errstr(NTSTATUS nt_code);
-const char *get_friendly_nt_error_msg(NTSTATUS nt_code);
-NTSTATUS nt_status_string_to_code(const char *nt_status_str);
-NTSTATUS nt_status_squash(NTSTATUS nt_status);
-
/* The following definitions come from libsmb/ntlmssp.c */
struct ntlmssp_state;
NTSTATUS ntlmssp_set_username(struct ntlmssp_state *ntlmssp_state, const char *user) ;