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 | e2fcb1880b060c41555d876fd51222f97f8fd8d1 (patch) | |
tree | 502c2bbadf535cf5b98f7db0637b33d3096e0143 /source3 | |
parent | b19db1e749d9fa741c8341da6d258ebccecb65f0 (diff) | |
download | samba-e2fcb1880b060c41555d876fd51222f97f8fd8d1.tar.gz samba-e2fcb1880b060c41555d876fd51222f97f8fd8d1.tar.bz2 samba-e2fcb1880b060c41555d876fd51222f97f8fd8d1.zip |
new prorotypes
(This used to be commit facd8d74e0cd0998ca5347ac5be14a6027460699)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6067430740..b1322f5e9f 100644 --- a/source3/include/proto.h +++ b/source3/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 */ |