view libcommon/cmdtab.h @ 65:c9c2a8d954ba

doc/ADM-PIN-numbering: add Sysmocom USIM/ISIM description
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 24 Mar 2021 00:31:45 +0000
parents b7ee2e85686b
children
line wrap: on
line source

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