diff options
Diffstat (limited to 'generators-replace-table.h')
| -rw-r--r-- | generators-replace-table.h | 9 |
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); + |
