summaryrefslogtreecommitdiff
path: root/src/regex__FFI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex__FFI.h')
-rw-r--r--src/regex__FFI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regex__FFI.h b/src/regex__FFI.h
index 695033a..84b81a9 100644
--- a/src/regex__FFI.h
+++ b/src/regex__FFI.h
@@ -44,6 +44,10 @@ uw_Regex__FFI_match uw_Regex__FFI_do_match(struct uw_context*,
const uw_Basis_string,
const uw_Basis_string);
+uw_Basis_string uw_Regex__FFI_replace(struct uw_context*, const uw_Basis_string,
+ const uw_Basis_string,
+ const uw_Basis_string);
+
#ifdef __cplusplus
}
#endif