summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-07 23:27:57 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 08:58:31 +0100
commit84dbc2a82de0531c49fa7aa16fbdf8aba6324aac (patch)
tree55cfb736c44d2bd7cadbc91f7c1d5b726015fe8e /source3/include/proto.h
parent8b55ae178586d25854a929ace05f203d547242ad (diff)
downloadsamba-84dbc2a82de0531c49fa7aa16fbdf8aba6324aac.tar.gz
samba-84dbc2a82de0531c49fa7aa16fbdf8aba6324aac.tar.bz2
samba-84dbc2a82de0531c49fa7aa16fbdf8aba6324aac.zip
ndr: merge ndr_map_error2string and ndr_errstr.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1e90479fcc..01c450c075 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1585,7 +1585,6 @@ enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const
enum ndr_err_code ndr_pull_server_id(struct ndr_pull *ndr, int ndr_flags, struct server_id *r);
void ndr_print_server_id(struct ndr_print *ndr, const char *name, const struct server_id *r);
_PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name, const struct sockaddr_storage *ss);
-const char *ndr_errstr(enum ndr_err_code err);
/* The following definitions come from libsmb/cliconnect.c */