summaryrefslogtreecommitdiff
path: root/src/trg-file-parser.h
diff options
context:
space:
mode:
authorGravatar Alan F <ajf@eth0.org.uk>2014-03-12 19:28:54 +0000
committerGravatar Alan F <ajf@eth0.org.uk>2014-03-12 19:28:54 +0000
commita348e739c004f544f4c7ae129b61aed905d49621 (patch)
tree99f33b86c7e374dd25ab5f6ebe19c44eedc28107 /src/trg-file-parser.h
parent4504aabdfa2bd8612753d16dffaeb02b30218f39 (diff)
sync hig.c from transmission-gtk to use GtkGrid instead of deprecated GtkTable, and remove most other usage of GtkTable.
Diffstat (limited to 'src/trg-file-parser.h')
-rw-r--r--src/trg-file-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-file-parser.h b/src/trg-file-parser.h
index 1344be2..caec42f 100644
--- a/src/trg-file-parser.h
+++ b/src/trg-file-parser.h
@@ -26,3 +26,4 @@ typedef struct {
void trg_torrent_file_free(trg_torrent_file * t);
trg_torrent_file *trg_parse_torrent_file(const gchar * filename);
+trg_torrent_file *trg_parse_torrent_data(const gchar *data, gsize length);