From ae6e3d8f3820ee09988948ec0c1fa2214acd9b62 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Oct 1998 01:05:49 +0000 Subject: [PATCH 1/1] prototype new functions --- source/include/proto.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/include/proto.h b/source/include/proto.h index e22efc7e59f..300eddae407 100644 --- a/source/include/proto.h +++ b/source/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); -- 2.34.1