cctools
trash.h
1#ifndef TRASH_H
2#define TRASH_H
3
4void trash_setup( const char *trashdir );
5void trash_file( const char *filename );
6void trash_empty();
7
8#endif
9
10/* vim: set noexpandtab tabstop=8: */