summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-10-24 00:09:08 +0000
committerAndrew Tridgell <tridge@samba.org>1996-10-24 00:09:08 +0000
commit3af04f1580b2569c0a4f2549bf6352c7a25afa0d (patch)
tree7b553b271028de2dc434d6cd6135ad6af272e194 /source/include/proto.h
parentb8c397df87401d53315d472917802e47a9b11bef (diff)
downloadsamba-3af04f1580b2569c0a4f2549bf6352c7a25afa0d.tar.gz
samba-3af04f1580b2569c0a4f2549bf6352c7a25afa0d.tar.xz
samba-3af04f1580b2569c0a4f2549bf6352c7a25afa0d.zip
- added support for TMPDIR env variable
- fixed fault.c for linux 2.1 - put back in the FIND_SELF failing code - cleaned up casts in encryption
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 2c6047954ec..803ceba6886 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -739,6 +739,9 @@ struct smb_passwd *get_smbpwnam(char *name);
/*The following definitions come from smbrun.c */
+/*The following definitions come from smbwizard.c */
+
+
/*The following definitions come from status.c */
void Ucrit_addUsername(pstring username);
@@ -819,6 +822,7 @@ BOOL user_in_list(char *user,char *list);
void setup_logging(char *pname,BOOL interactive);
void reopen_logs(void);
+char *tmpdir(void);
BOOL is_a_socket(int fd);
BOOL next_token(char **ptr,char *buff,char *sep);
char **toktocliplist(int *ctok, char *sep);