From 4ecf44d8af5a6e2e4a37330ebd2b75e0bb0b73fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Oct 1998 01:05:49 +0000 Subject: prototype new functions (This used to be commit ae6e3d8f3820ee09988948ec0c1fa2214acd9b62) --- source3/include/proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include') 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); -- cgit