Some trivial changes

This commit is contained in:
Dan Fandrich 2008-04-17 00:45:33 +00:00
parent 0331071346
commit 09777a4fc2
7 changed files with 39 additions and 31 deletions

View file

@ -23,6 +23,6 @@
* $Id$
***************************************************************************/
void ourWriteOut(CURL *curl, char *out);
void ourWriteOut(CURL *curl, const char *out);
#endif