summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.c
diff options
context:
space:
mode:
authorGravatar Patrick Griffis <tingping@tingping.se>2015-12-26 20:25:45 -0500
committerGravatar Patrick Griffis <tingping@tingping.se>2016-01-19 19:35:10 -0500
commit0646e115fd635e0b96739ea39e65c0ef78ffaa30 (patch)
tree14651704a28f0c5c6a6b26d95d6c8cf7617e93a1 /src/trg-torrent-model.c
parent2f7f7e916963d3a2f31dcabd34fbb50b562230aa (diff)
Fix numerous warnings/errors
Diffstat (limited to 'src/trg-torrent-model.c')
-rw-r--r--src/trg-torrent-model.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c
index 676ed0e..232ea25 100644
--- a/src/trg-torrent-model.c
+++ b/src/trg-torrent-model.c
@@ -671,7 +671,7 @@ GHashTable *get_torrent_table(TrgTorrentModel * model)
return priv->ht;
}
-gboolean
+static gboolean
trg_model_find_removed_foreachfunc(GtkTreeModel * model,
GtkTreePath *
path G_GNUC_UNUSED,
@@ -692,7 +692,7 @@ trg_model_find_removed_foreachfunc(GtkTreeModel * model,
return FALSE;
}
-GList *trg_torrent_model_find_removed(GtkTreeModel * model,
+static GList *trg_torrent_model_find_removed(GtkTreeModel * model,
gint64 currentSerial)
{
struct TrgModelRemoveData args;