File: cmd_dpmisc.h

package info (click to toggle)
gentoo 0.11.10-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,116 kB
  • ctags: 2,901
  • sloc: ansic: 23,849; makefile: 195
file content (8 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
/*
** 1998-12-19 -	Header for the DpHide command implementation.
** 1999-03-15 -	Renamed when I added the recenter command.
*/

int	cmd_dphide(MainInfo *min, DirPane *src, DirPane *dst, CmdArg *ca);
int	cmd_dprecenter(MainInfo *min, DirPane *src, DirPane *dst, CmdArg *ca);
int	cmd_dpgotorow(MainInfo *min, DirPane *src, DirPane *dst, CmdArg *ca);