File: cmd_move.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 (9 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
/*
** 1998-05-30 -	Header file for the MOVE module. Really simple.
*/

/* Toplevel moving functions, for external use. */
extern gboolean	move_file(MainInfo *min, const gchar *from, const gchar *to, const struct stat *sstat);
extern gboolean	move_dir(MainInfo *min, const gchar *from, const gchar *to);

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