File: cmd_activate.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-- 518 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/*
** 1998-05-25 -	Header for the internal SWAP command.
*/

extern gint	cmd_activateother(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
extern gint	cmd_activateleft(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
extern gint	cmd_activateright(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);

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