1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-12 12:18:18 +00:00

10 lines
140 B
C
Raw Normal View History

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