view libcommon/cmdtab.h @ 62:6ccc4d952830

doc/Sysmocom-SIM-notes: sws-* command updates
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 Mar 2021 06:36:26 +0000
parents b7ee2e85686b
children
line wrap: on
line source

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