diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-20 06:43:59 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-20 06:43:59 +0000 |
commit | facd8d74e0cd0998ca5347ac5be14a6027460699 (patch) | |
tree | 5636c99b703bc972b6e00e10c60a1dbd7dc3c34c /source/include/proto.h | |
parent | 235a8463b56107d97ee5523eed41967e8ccf27b6 (diff) | |
download | samba-facd8d74e0cd0998ca5347ac5be14a6027460699.tar.gz samba-facd8d74e0cd0998ca5347ac5be14a6027460699.tar.xz samba-facd8d74e0cd0998ca5347ac5be14a6027460699.zip |
new prorotypes
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 60674307409..b1322f5e9f3 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -2376,6 +2376,7 @@ int real_utimes(const char *name, struct timeval tv[2]); void smbw_setup_shared(void); char *smbw_getshared(const char *name); void smbw_setshared(const char *name, const char *val); +int smbw_setenv(const char *name, const char *value); /*The following definitions come from smbwrapper/smbw.c */ |