aboutsummaryrefslogtreecommitdiffhomepage
path: root/halloc_util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-13 00:12:33 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-13 00:12:33 +1000
commitd32751df13ba9707afb58eec6159835746bc18e4 (patch)
tree447ff6344786efe1fc6909f9d8b6f0ee7fa61e56 /halloc_util.h
parent038dcca143b8dbcee490868a1486f1ec5409574e (diff)
Use halloc in a few more places, including the highlight code
darcs-hash:20060612141233-ac50b-1c44411dd31cdc31d6ccb226f567c308c4fc0f55.gz
Diffstat (limited to 'halloc_util.h')
-rw-r--r--halloc_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/halloc_util.h b/halloc_util.h
index ea785837..680cffe7 100644
--- a/halloc_util.h
+++ b/halloc_util.h
@@ -55,7 +55,7 @@ void *halloc_register( void *context, void *data );
Make a copy of the specified string using memory allocated using
halloc and the specified context
*/
-wchar_t *halloc_wcsdup( void *context, wchar_t *str );
+wchar_t *halloc_wcsdup( void *context, const wchar_t *str );
/**
Make a copy of the specified substring using memory allocated using