diff options
author | Günther Deschner <gd@samba.org> | 2010-05-31 12:51:58 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 23:20:39 +0200 |
commit | e64df82146cf62ae6e13b8e4c1adcc8b49b2fd6d (patch) | |
tree | f7c0446cc926163f53721cb9fc4e7bdba3c16864 /source3/include/proto.h | |
parent | 6b25d47fea231fad2009a1e0971ccfa1acf68176 (diff) | |
download | samba-e64df82146cf62ae6e13b8e4c1adcc8b49b2fd6d.tar.gz samba-e64df82146cf62ae6e13b8e4c1adcc8b49b2fd6d.tar.bz2 samba-e64df82146cf62ae6e13b8e4c1adcc8b49b2fd6d.zip |
s3-libads: move ads_status to a separate header file.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 28feec34e2..d41157e7cd 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1753,16 +1753,6 @@ void wins_srv_tags_free(char **list); struct in_addr wins_srv_ip_tag(const char *tag, struct in_addr src_ip); unsigned wins_srv_count_tag(const char *tag); -/* The following definitions come from libads/ads_status.c */ - -ADS_STATUS ads_build_error(enum ads_error_type etype, - int rc, int minor_status); -ADS_STATUS ads_build_nt_error(enum ads_error_type etype, - NTSTATUS nt_status); -NTSTATUS ads_ntstatus(ADS_STATUS status); -const char *ads_errstr(ADS_STATUS status); -NTSTATUS gss_err_to_ntstatus(uint32 maj, uint32 min); - /* The following definitions come from libads/ads_struct.c */ char *ads_build_path(const char *realm, const char *sep, const char *field, int reverse); |