changeset 235:a154d41fd666

Make collect_manager_process_action() static.
author zas_
date Thu, 03 Apr 2008 20:38:59 +0000
parents 39262b9ce195
children 92ac59ffd928
files src/collect-io.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/collect-io.c	Thu Apr 03 20:34:49 2008 +0000
+++ b/src/collect-io.c	Thu Apr 03 20:38:59 2008 +0000
@@ -33,7 +33,7 @@
 
 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 @@
 	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;