File: cmd_delete.h

package info (click to toggle)
gentoo 0.11.46-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,648 kB
  • ctags: 4,313
  • sloc: ansic: 33,912; sh: 3,903; makefile: 649; yacc: 316; sed: 16
file content (10 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
/*
** 1998-05-24 -	Header for the built-in Delete command. Can you say "simple"?
*/

extern gboolean	del_delete_dir(MainInfo *min, const gchar *path, gboolean progress);
extern gboolean	del_delete_file(MainInfo *min, const gchar *path);

extern gint	cmd_delete(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);

extern void	cfg_delete(MainInfo *min);