File: cmd_configure.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 (6 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
/*
** 1998-12-14 -	Header for the configuration commands.
*/

int	cmd_configure(MainInfo *min, DirPane *src, DirPane *dst, CmdArg *ca);
int	cmd_configuresave(MainInfo *min, DirPane *src, DirPane *dst, CmdArg *ca);