summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/local.h4
-rw-r--r--source3/include/proto.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 3f8572e73d..115617094c 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -154,4 +154,8 @@
#define LONG_CONNECT_TIMEOUT 30
#define SHORT_CONNECT_TIMEOUT 5
+
+/* the directory to sit in when idle */
+#define IDLE_DIR "/"
+
#endif
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1b76591abd..8b26aa062f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -805,7 +805,7 @@ void init_uid(void);
BOOL become_guest(void);
BOOL become_user(int cnum, int uid);
BOOL unbecome_user(void );
-int smbrun(char *cmd,char *outfile);
+int smbrun(char *cmd,char *outfile,BOOL shared);
/*The following definitions come from username.c */