diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-19 01:05:49 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-19 01:05:49 +0000 |
commit | 4ecf44d8af5a6e2e4a37330ebd2b75e0bb0b73fe (patch) | |
tree | 689aebb043aa8c79a6536ea4834d7090396d7174 /source3 | |
parent | d5c190bae83b49de7bb8b626f83fc730f8759270 (diff) | |
download | samba-4ecf44d8af5a6e2e4a37330ebd2b75e0bb0b73fe.tar.gz samba-4ecf44d8af5a6e2e4a37330ebd2b75e0bb0b73fe.tar.bz2 samba-4ecf44d8af5a6e2e4a37330ebd2b75e0bb0b73fe.zip |
prototype new functions
(This used to be commit ae6e3d8f3820ee09988948ec0c1fa2214acd9b62)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 6 |
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); |