summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-12-02 16:52:38 +0000
committerLuke Leighton <lkcl@samba.org>1999-12-02 16:52:38 +0000
commit7aebbb90c8e09febd345de10c0b438e98f30468b (patch)
tree4487a25dafe4d052e095477b43f4e13cc11ea3bb /source3/include
parentddfe7956f29c3be260f2459c55c1f7be67bfaa2a (diff)
downloadsamba-7aebbb90c8e09febd345de10c0b438e98f30468b.tar.gz
samba-7aebbb90c8e09febd345de10c0b438e98f30468b.tar.bz2
samba-7aebbb90c8e09febd345de10c0b438e98f30468b.zip
need a domain resolving function, but get_trusted_serverlist() will do.
this is horrible. (This used to be commit 9df973fe711f322075d86d6792d6c0b8539c1d00)
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 eb898c44de..ff74fd90e1 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -484,6 +484,7 @@ int set_maxfiles(int requested_max);
void reg_get_subkey(char *full_keyname, char *key_name, char *subkey_name);
BOOL reg_split_key(const char *full_keyname, uint32 *reg_type, char *key_name);
BOOL become_user_permanently(uid_t uid, gid_t gid);
+char *get_trusted_serverlist(const char* domain);
/*The following definitions come from lib/util_array.c */