Added silc_fd_stream_file.
[crypto.git] / lib / silcutil / silcmutex.h
index c92a23c53613bb56fcdfa194b36a0f408b11497f..52407855d648726701c08bda6cb032282fd3230d 100644 (file)
  ***/
 typedef struct SilcMutexStruct *SilcMutex;
 
-/****d* silcutil/SilcMutexAPI/SILC_MUTEX_DEFINE
- *
- * NAME
- *
- *    #define SILC_MUTEX_DEFINE(name) ...
- *
- * DESCRIPTION
- *
- *    This macro is used to define new mutex.  Use this macro in an
- *    environment that can be compiled with or without the SILC Mutex
- *    API. This is equivalent to defining SilcMutex `name'; directly.
- *
- * SOURCE
- */
-#define SILC_MUTEX_DEFINE(name) SilcMutex name
-/***/
-
 /****f* silcutil/SilcMutexAPI/silc_mutex_alloc
  *
  * SYNOPSIS