summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-02 10:04:41 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-02 10:04:41 +0000
commit9e8fed99f309cdc1381e56f7d02915aa27e9da50 (patch)
tree163d7cb148b9cf9277ed0a9aa20d7de6396dfdd0 /src/util.h
parentf77e1360b5204eb3b04ac230cac7827b731470cc (diff)
contributed improvement to the url comment patch - use a GRegex now so only the URL is linked
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index dd064f4..fe342d1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -55,6 +55,7 @@ GRegex *trg_uri_host_regex_new(void);
gchar *trg_gregex_get_first(GRegex * rx, const gchar * uri);
gchar *make_error_message(JsonObject * response, int status);
void trg_error_dialog(GtkWindow * parent, trg_response * response);
+gchar *add_links_to_text(const gchar *original);
void
tr_formatter_size_init(unsigned int kilo,