comparison src/trash.h @ 597:5da092a6a92a

moved safe delete functions to separate file
author nadvornik
date Tue, 06 May 2008 21:35:31 +0000
parents
children 9c28465c95d1
comparison
equal deleted inserted replaced
596:f8c93e1d728d 597:5da092a6a92a
1 /*
2 * Geeqie
3 * Copyright (C) 2008 The Geeqie Team
4 *
5 * This software is released under the GNU General Public License (GNU GPL).
6 * Please read the included file COPYING for more information.
7 * This software comes with no warranty of any kind, use at your own risk!
8 */
9
10
11 #ifndef TRASH_H
12 #define TRASH_H
13
14 #include "ui_utildlg.h"
15
16 void file_util_trash_clear(void);
17 gint file_util_safe_unlink(const char *path);
18 char *file_util_safe_delete_status(void);
19
20 #endif