X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fshared.h;h=b2accf82c30399776d33ba827a7acc388195e2f7;hb=655d2753e6827eea041c5d953db1677c49c2a059;hp=af31fe1d9085d857c74d08808e24882c066b06fc;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mono/io-layer/shared.h b/mono/io-layer/shared.h index af31fe1d908..b2accf82c30 100644 --- a/mono/io-layer/shared.h +++ b/mono/io-layer/shared.h @@ -4,7 +4,7 @@ * Author: * Dick Porter (dick@ximian.com) * - * (C) 2002 Ximian, Inc. + * (C) 2002-2006 Novell, Inc. */ #ifndef _WAPI_SHARED_H_ @@ -17,8 +17,11 @@ typedef enum { WAPI_SHM_FILESHARE } _wapi_shm_t; +extern gboolean _wapi_shm_disabled; + extern gpointer _wapi_shm_attach (_wapi_shm_t type); extern void _wapi_shm_semaphores_init (void); +extern void _wapi_shm_semaphores_remove (void); extern int _wapi_shm_sem_lock (int sem); extern int _wapi_shm_sem_trylock (int sem); extern int _wapi_shm_sem_unlock (int sem);