view libcommon/cmdtab.h @ 48:76ef2dd71bb1

doc/SIM-in-Calypso-phone article written
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Mar 2021 05:04:33 +0000
parents b7ee2e85686b
children
line wrap: on
line source

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