diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 15:27:53 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 12:40:09 +0200 |
commit | 0e95311c235929e07fdcfd7153b91ae795a979b9 (patch) | |
tree | f8bff7dd988832e80be864dc7fc9d6022a4e4dd6 /source3/include | |
parent | bb00f97a82aea24bbf95de4dbd788d32bd34b427 (diff) | |
download | samba-0e95311c235929e07fdcfd7153b91ae795a979b9.tar.gz samba-0e95311c235929e07fdcfd7153b91ae795a979b9.tar.bz2 samba-0e95311c235929e07fdcfd7153b91ae795a979b9.zip |
s3-lib Add myhostname_upper()
This varient always upper cases the hostname, which is needed for the
netbios name.
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index edcb025101..585d53f643 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -565,6 +565,7 @@ int set_maxfiles(int requested_max); int smb_mkstemp(char *name_template); void *smb_xmalloc_array(size_t size, unsigned int count); char *myhostname(void); +char *myhostname_upper(void); char *lock_path(const char *name); char *pid_path(const char *name); char *state_path(const char *name); |