1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-02 17:03:52 +00:00

10 lines
140 B
C

#ifndef CURL_LOCK_PTHREAD_H_INCLUDED
#define CURL_LOCK_PTHREAD_H_INCLUDED
#include "lock.h"
lock *
curlLock_create_pthread(void);
#endif