aboutsummaryrefslogtreecommitdiff
path: root/src/writeout.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-04-17 00:45:33 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-04-17 00:45:33 +0000
commit09777a4fc2ed0f2b09447eb89fb8cd4b99278944 (patch)
tree6bacd3d36ad24891153d55d573d776ca25065ce9 /src/writeout.h
parent03310713467b678812067b3edab82b23ed6b1c04 (diff)
Some trivial changes
Diffstat (limited to 'src/writeout.h')
-rw-r--r--src/writeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writeout.h b/src/writeout.h
index 0f34c241e..222e27029 100644
--- a/src/writeout.h
+++ b/src/writeout.h
@@ -23,6 +23,6 @@
* $Id$
***************************************************************************/
-void ourWriteOut(CURL *curl, char *out);
+void ourWriteOut(CURL *curl, const char *out);
#endif