mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
pingpong.h: Fixed line length over 78 characters from b56c9eb48e
This commit is contained in:
parent
b56c9eb48e
commit
bd93062ee5
@ -64,7 +64,8 @@ struct pingpong {
|
|||||||
|
|
||||||
CURLcode (*statemach_act)(struct connectdata *conn);
|
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…
Reference in New Issue
Block a user