summaryrefslogtreecommitdiff
path: root/src/gmutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.h')
-rw-r--r--src/gmutil.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gmutil.h b/src/gmutil.h
index 9217b0e3..c9d7baae 100644
--- a/src/gmutil.h
+++ b/src/gmutil.h
@@ -151,8 +151,3 @@ const iString * findContainerArchive_Path (const iString *path);
151 151
152 152
153const iString * feedEntryOpenCommand_String (const iString *url, int newTab); /* checks fragment */ 153const iString * feedEntryOpenCommand_String (const iString *url, int newTab); /* checks fragment */
154
155/* TODO: Consider adding this to the_Foundation. */
156int replaceRegExp_String (iString *, const iRegExp *regexp, const char *replacement,
157 void (*matchHandler)(void *, const iRegExpMatch *),
158 void *context);