diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-08-11 13:11:41 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-08-15 09:07:05 +0200 |
commit | 9188ee4ab195a18b1bd697bced8613f98a6a91d9 (patch) | |
tree | 570802080082137003cd3847e7a259ba60d66b02 /source3/include | |
parent | 2c3c8caa0cc7b085231b2edc100ce2332e1e0085 (diff) | |
download | samba-9188ee4ab195a18b1bd697bced8613f98a6a91d9.tar.gz samba-9188ee4ab195a18b1bd697bced8613f98a6a91d9.tar.bz2 samba-9188ee4ab195a18b1bd697bced8613f98a6a91d9.zip |
s3:lib: remove unused interpret_protocol()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-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 01e57275b7..078d0398d5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -401,7 +401,6 @@ void add_to_large_array(TALLOC_CTX *mem_ctx, size_t element_size, ssize_t *array_size); char *get_myname(TALLOC_CTX *ctx); char *get_mydnsdomname(TALLOC_CTX *ctx); -int interpret_protocol(const char *str,int def); char *automount_lookup(TALLOC_CTX *ctx, const char *user_name); char *automount_lookup(TALLOC_CTX *ctx, const char *user_name); bool process_exists(const struct server_id pid); |