X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fshared.h;h=4807adc5a8e8af2567b97cf6e1b514d88eefe1e9;hb=5a33ae7c7fe235dc1576363d30847017eae51e51;hp=91af59ae9b7c4938971642290008933b32d7ddb5;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mono/io-layer/shared.h b/mono/io-layer/shared.h index 91af59ae9b7..4807adc5a8e 100644 --- a/mono/io-layer/shared.h +++ b/mono/io-layer/shared.h @@ -4,15 +4,16 @@ * Author: * Dick Porter (dick@ximian.com) * - * (C) 2002 Ximian, Inc. + * (C) 2002-2006 Novell, Inc. */ #ifndef _WAPI_SHARED_H_ #define _WAPI_SHARED_H_ -#include - -extern gpointer _wapi_shm_attach (void); -extern gpointer _wapi_fileshare_shm_attach (void); +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); #endif /* _WAPI_SHARED_H_ */