view libcommon/cmdtab.h @ 23:a3a3990a61d5

data/grcard1-fs-tree added
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Mar 2021 18:33:51 +0000
parents b7ee2e85686b
children
line wrap: on
line source

struct cmdtab {
	char *cmd;
	int minargs;
	int maxargs;
	int allow_redir;
	int (*func)();
};