mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 12:17:35 +00:00
10 lines
140 B
C
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
|