minor variable type cleanups

This commit is contained in:
Daniel Stenberg 2004-03-23 08:50:28 +00:00
parent 4e84ac4db8
commit 0fd88d7c8f
3 changed files with 9 additions and 8 deletions

View file

@ -23,4 +23,5 @@
const char *
spitout(FILE *stream,
const char *main,
const char *sub, int *size);
const char *sub,
size_t *size);