summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-09 16:30:37 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-09 16:30:37 +0000
commitca10eb44909e66a07dc7f88b0a740390f9ec3922 (patch)
treebcf196f66361d34aada2ef52d4b6fccbefb5722e /source/include/proto.h
parentdacf5b152bf74cc3ee9a816911384a5eb0e77afa (diff)
downloadsamba-ca10eb44909e66a07dc7f88b0a740390f9ec3922.tar.gz
samba-ca10eb44909e66a07dc7f88b0a740390f9ec3922.tar.xz
samba-ca10eb44909e66a07dc7f88b0a740390f9ec3922.zip
oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index e8d232645a1..918ef80f801 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -373,6 +373,7 @@ BOOL user_in_list(char *user,char *list);
/*The following definitions come from lib/util.c */
+BOOL init_myworkgroup(void);
char *tmpdir(void);
BOOL in_group(gid_t group, gid_t current_gid, int ngroups, gid_t *groups);
uint32 get_number(const char *tmp);
@@ -487,7 +488,6 @@ void pwdb_set_must_change_time(char *p, int max_len, time_t t);
void pwdb_set_last_set_time(char *p, int max_len, time_t t);
void pwdb_sethexpwd(char *p, const char *pwd, uint16 acct_ctrl);
BOOL pwdb_gethexpwd(const char *p, char *pwd);
-BOOL pwdb_init_myworkgroup(void);
BOOL pwdb_initialise(BOOL is_server);
/*The following definitions come from lib/util_sid.c */