aboutsummaryrefslogtreecommitdiff
path: root/src/urlregex.c
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2016-08-27 15:35:54 -0400
committerJason Conti <jason.conti@gmail.com>2016-08-27 15:35:54 -0400
commit83f8134780499def6fe2973934d5b7b8e015e28f (patch)
treedabb3da553fde0673b4fee2d30c113b6341b6318 /src/urlregex.c
parent9b0c58a012eed9fc62deab147948e7f9139da7ed (diff)
downloadayatana-indicator-notifications-83f8134780499def6fe2973934d5b7b8e015e28f.tar.gz
ayatana-indicator-notifications-83f8134780499def6fe2973934d5b7b8e015e28f.tar.bz2
ayatana-indicator-notifications-83f8134780499def6fe2973934d5b7b8e015e28f.zip
* Scan the notification body for links and mark them up, escape everything else
Diffstat (limited to 'src/urlregex.c')
-rw-r--r--src/urlregex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlregex.c b/src/urlregex.c
index 3bab8c1..3706fdb 100644
--- a/src/urlregex.c
+++ b/src/urlregex.c
@@ -49,6 +49,7 @@ static char *urlregex_expand(GMatchInfo *match_info, UrlRegexFlavor flavor);
* urlregex_init:
*
* Compiles all of the url matching regular expressions.
+ * FIXME: Return immediately or error if initialized more than once
**/
void
urlregex_init(void)