mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +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
|