From e2fcb1880b060c41555d876fd51222f97f8fd8d1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Oct 1998 06:43:59 +0000 Subject: new prorotypes (This used to be commit facd8d74e0cd0998ca5347ac5be14a6027460699) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 */ -- cgit