summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
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 3fdcedd..81e1bc0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -69,5 +69,6 @@ gdouble json_double_to_progress(JsonNode *n);
gchar *trg_base64encode(const gchar *filename);
GtkWidget *my_scrolledwin_new(GtkWidget * child);
gboolean is_url(gchar *string);
+gboolean is_magnet(gchar *string);
#endif /* UTIL_H_ */