mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
minor variable type cleanups
This commit is contained in:
parent
4e84ac4db8
commit
0fd88d7c8f
3 changed files with 9 additions and 8 deletions
|
|
@ -23,4 +23,5 @@
|
|||
const char *
|
||||
spitout(FILE *stream,
|
||||
const char *main,
|
||||
const char *sub, int *size);
|
||||
const char *sub,
|
||||
size_t *size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue