summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-23 15:35:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-23 15:35:21 +0200
commit44b728958ae9a48bb56591532e5db9867311c1b9 (patch)
tree291e18735b29c09e106c6916e92c26125654d68f /source3/include/proto.h
parent8a3bff343a21bc8b4c229bae5830db7462fea25f (diff)
downloadsamba-44b728958ae9a48bb56591532e5db9867311c1b9.tar.gz
samba-44b728958ae9a48bb56591532e5db9867311c1b9.tar.bz2
samba-44b728958ae9a48bb56591532e5db9867311c1b9.zip
Use common error definitions.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 370a64185a..966ddb9f63 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3213,7 +3213,7 @@ int name_len(char *s1);
const char *nt_errstr(NTSTATUS nt_code);
const char *get_friendly_nt_error_msg(NTSTATUS nt_code);
const char *get_nt_error_c_code(NTSTATUS nt_code);
-NTSTATUS nt_status_string_to_code(char *nt_status_str);
+NTSTATUS nt_status_string_to_code(const char *nt_status_str);
NTSTATUS nt_status_squash(NTSTATUS nt_status);
/* The following definitions come from libsmb/ntlm_check.c */