summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-04-13 17:55:11 +0200
committerJeremy Allison <jra@samba.org>2016-05-04 01:28:22 +0200
commit44c236ac7f586fc5d2d2e7e92eafd9550ecb35f6 (patch)
treeffef1101ce277c5301d0c610febbef5df7ca689c /source3/include
parent6b5b00491811758e36ec846432e195d186305ab2 (diff)
downloadsamba-44c236ac7f586fc5d2d2e7e92eafd9550ecb35f6.tar.gz
s3/lib: add get_remote_arch_from_str()
This will be used when fetching remote arch from gencache. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index afbbff09bb9..8baf9d93a4b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -389,6 +389,7 @@ bool fcntl_getlock(int fd, off_t *poffset, off_t *pcount, int *ptype, pid_t *ppi
bool is_myname(const char *s);
void ra_lanman_string( const char *native_lanman );
const char *get_remote_arch_str(void);
+enum remote_arch_types get_remote_arch_from_str(const char *remote_arch_string);
void set_remote_arch(enum remote_arch_types type);
enum remote_arch_types get_remote_arch(void);
const char *tab_depth(int level, int depth);