You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
242 B
11 lines
242 B
#ifndef _COM_COMMANDS_H
|
|
#define _COM_COMMANDS_H
|
|
|
|
void com_showmod(wordlist *wl);
|
|
void com_show(wordlist *wl);
|
|
void com_alter(wordlist *wl);
|
|
void com_altermod(wordlist *wl);
|
|
void com_meas(wordlist *wl);
|
|
void com_sysinfo(wordlist *wl);
|
|
|
|
#endif
|