From 66f99ad9b066545846752becd21c8fe28360d27d Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 3 Apr 2008 20:38:59 +0000 Subject: [PATCH] Make collect_manager_process_action() static. --- src/collect-io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collect-io.c b/src/collect-io.c index 19828699..f1da961a 100644 --- a/src/collect-io.c +++ b/src/collect-io.c @@ -33,7 +33,7 @@ static gint collection_save_private(CollectionData *cd, const gchar *path); static CollectManagerEntry *collect_manager_get_entry(const gchar *path); static void collect_manager_entry_reset(CollectManagerEntry *entry); - +static gint collect_manager_process_action(CollectManagerEntry *entry, gchar **path_ptr); static gint scan_geometry(gchar *buffer, gint *x, gint *y, gint *w, gint *h) @@ -637,7 +637,7 @@ static void collect_manager_entry_add_action(CollectManagerEntry *entry, Collect collect_manager_action_ref(action); } -gint collect_manager_process_action(CollectManagerEntry *entry, gchar **path_ptr) +static gint collect_manager_process_action(CollectManagerEntry *entry, gchar **path_ptr) { gchar *path = *path_ptr; CollectManagerAction *action; -- 2.20.1