mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:13:31 +03:00
parent
36a3cd5374
commit
2636828eee
108 changed files with 11 additions and 215 deletions
|
|
@ -38,9 +38,6 @@ extern const struct entry_s s_entries[];
|
|||
|
||||
#include "curlx.h"
|
||||
|
||||
#include <stdlib.h> /* for calloc(), free(), strtol() */
|
||||
#include <string.h> /* for strchr(), strcmp() */
|
||||
|
||||
#define ERR() \
|
||||
do { \
|
||||
curl_mfprintf(stderr, "something unexpected went wrong - bailing out!\n");\
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@
|
|||
*/
|
||||
#include "first.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
static void usage_h2_pausing(const char *msg)
|
||||
{
|
||||
if(msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue