summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-11 14:50:38 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-11 14:50:38 +0000
commitf4a194f08d0c48641f5394cd07be61931a432241 (patch)
treee633135d4a6d18e21778cac7a55ed8bde115eb85 /src/util.h
parent279d52a0c841cc101210aef8affc6b061c2ef6db (diff)
use existing torrent download directories to populate combo in add dialog
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 4fc09a4..3903d9f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -39,6 +39,7 @@
#define GIGABYTE_FACTOR ( 1024.0 * 1024.0 * 1024.0 )
void add_file_id_to_array(JsonObject * args, gchar * key, gint index);
+gboolean g_slist_str_set_add(GSList **list, const gchar *string);
void g_str_slist_free(GSList * list);
GRegex *trg_uri_host_regex_new(void);
gchar *trg_gregex_get_first(GRegex * rx, const gchar * uri);