1 /*
2 ** 1998-05-25 -	Header for the internal SWAP command.
3 */
4 
5 extern gint	cmd_activateother(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
6 extern gint	cmd_activateleft(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
7 extern gint	cmd_activateright(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
8 
9 extern gint	cmd_activatepush(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
10 extern gint	cmd_activatepop(MainInfo *min, DirPane *src, DirPane *dst, const CmdArg *ca);
11