summaryrefslogtreecommitdiff
path: root/generators-replace-table.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-25 21:25:18 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-25 21:25:18 +0100
commit10a77c7a1c4648693ded958d6ac8641afcdf1d34 (patch)
tree14d5ee0080288dd08545e5348fbb402f5e144abc /generators-replace-table.h
parent9caacb6270bd4b4836c751cf86a25073f776986a (diff)
downloadcataract-10a77c7a1c4648693ded958d6ac8641afcdf1d34.tar.xz
The Ultimate Entity Solution (tm)
Diffstat (limited to 'generators-replace-table.h')
-rw-r--r--generators-replace-table.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/generators-replace-table.h b/generators-replace-table.h
index 860a42b..d72d150 100644
--- a/generators-replace-table.h
+++ b/generators-replace-table.h
@@ -52,3 +52,12 @@ void replace_table_add_key_printf (ReplaceTable *table, const gchar *tag, const
*/
void replace_table_process (gchar **buffer, ReplaceTable *table);
+
+/*
+ * adjust_tags_normal: adjust string for normal HTML use
+ * adjust_tags_parameter: adjust string for use as tag parameter value
+ * - both funtions return newly allocated string
+ */
+void adjust_tags_normal (char **str);
+void adjust_tags_parameter (char **str);
+