summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-03-07 20:39:04 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-03-07 20:39:04 +0000
commit4073ac25ea4f0b38bef0ad09664e4e66e6fe7f00 (patch)
tree626f8923ef9ad83f2d47b6dd4f6b3994ca563afd /src/trg-torrent-graph.h
parentecbd6bbb7423bc9b6f329f937bf740b7dc87598d (diff)
support proxy configuration using libproxy (optional). might add a getenv() fallback sometime.
Diffstat (limited to 'src/trg-torrent-graph.h')
-rw-r--r--src/trg-torrent-graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-graph.h b/src/trg-torrent-graph.h
index ec9166a..c71f3b6 100644
--- a/src/trg-torrent-graph.h
+++ b/src/trg-torrent-graph.h
@@ -46,7 +46,7 @@ void trg_torrent_graph_change_speed(TrgTorrentGraph * g, guint new_speed);
void trg_torrent_graph_set_speed(TrgTorrentGraph * g,
trg_torrent_model_update_stats * stats);
-void trg_torrent_graph_set_nothing(TrgTorrentGraph *g);
+void trg_torrent_graph_set_nothing(TrgTorrentGraph * g);
G_END_DECLS
#endif /* _TRG_TORRENT_GRAPH */