Effectively drop empty newlines at end of files (missing from rev 535)
[geeqie.git] / src / cache_maint.h
1 /*
2  * Geeqie
3  * (C) 2004 John Ellis
4  *
5  * Author: John Ellis
6  *
7  * This software is released under the GNU General Public License (GNU GPL).
8  * Please read the included file COPYING for more information.
9  * This software comes with no warranty of any kind, use at your own risk!
10  */
11
12
13 #ifndef CACHE_MAINT_H
14 #define CACHE_MAINT_H
15
16
17 void cache_maintain_home(gint metadata, gint clear, GtkWidget *parent);
18
19 gint cache_maintain_home_dir(const gchar *dir, gint recursive, gint clear);
20 gint cache_maintain_dir(const gchar *dir, gint recursive, gint clear);
21
22 void cache_maint_moved(FileData *fd);
23 void cache_maint_removed(FileData *fd);
24 void cache_maint_copied(FileData *fd);
25
26
27 void cache_manager_show(void);
28
29
30 #endif