summaryrefslogtreecommitdiff
path: root/zwgc/substitute.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/substitute.h')
-rw-r--r--zwgc/substitute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/substitute.h b/zwgc/substitute.h
index 5c0bb55..925454a 100644
--- a/zwgc/substitute.h
+++ b/zwgc/substitute.h
@@ -40,6 +40,6 @@
* modified in any way or freed.
*/
-extern string substitute();
+extern string substitute(string (*)(string), string);
#endif