mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
pingpong.h: Fixed line length over 78 characters from b56c9eb48e
This commit is contained in:
parent
b56c9eb48e
commit
bd93062ee5
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ struct pingpong {
|
|||
|
||||
CURLcode (*statemach_act)(struct connectdata *conn);
|
||||
|
||||
bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len, int *code);
|
||||
bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len,
|
||||
int *code);
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue