prototype new functions
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 1998 01:05:49 +0000 (01:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 1998 01:05:49 +0000 (01:05 +0000)
source/include/proto.h

index e22efc7e59fcd655f570708b17a4037e173d7ae4..300eddae407bb9f1ee30876148afe8beed4e4f52 100644 (file)
@@ -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]);
 
 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);
 /*The following definitions come from  smbwrapper/smbw.c  */
 
 void smbw_init(void);