summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e22efc7e59..300eddae40 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2361,6 +2361,12 @@ void unbecome_root(BOOL restore_dir);
int real_utime(const char *name, struct utimbuf *buf);
int real_utimes(const char *name, struct timeval tv[2]);
+/*The following definitions come from smbwrapper/shared.c */
+
+void smbw_setup_shared(void);
+char *smbw_getshared(const char *name);
+void smbw_setshared(const char *name, const char *val);
+
/*The following definitions come from smbwrapper/smbw.c */
void smbw_init(void);