lock_pthread.h 140 B

123456789
  1. #ifndef CURL_LOCK_PTHREAD_H_INCLUDED
  2. #define CURL_LOCK_PTHREAD_H_INCLUDED
  3. #include "lock.h"
  4. lock *
  5. curlLock_create_pthread(void);
  6. #endif