diff options
-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 */ |