From: Andrew Tridgell Date: Mon, 19 Oct 1998 01:05:49 +0000 (+0000) Subject: prototype new functions X-Git-Tag: samba-2.2.5pre1~5340 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=ae6e3d8f3820ee09988948ec0c1fa2214acd9b62;hp=4e3f8ef41b8de25dec4c01d5532dca1b567be55a prototype new functions --- 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);