mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-19 09:42:06 +03:00
Added declaration to avoid warning C4115 (named type definition in parentheses) issued by Visual Studio 2012.
This commit is contained in:
@@ -146,6 +146,8 @@ static int pthread_mutex_lock(pthread_mutex_t *);
|
||||
static int pthread_mutex_unlock(pthread_mutex_t *);
|
||||
|
||||
static void to_unicode(const char *path, wchar_t *wbuf, size_t wbuf_len);
|
||||
|
||||
struct file;
|
||||
static char *mg_fgets(char *buf, size_t size, struct file *filep, char **p);
|
||||
|
||||
#if defined(HAVE_STDINT)
|
||||
|
Reference in New Issue
Block a user