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.
12 lines
144 B
12 lines
144 B
//
|
|
// Handlers for top-level extension commands.
|
|
//
|
|
|
|
void
|
|
do_aac(PCSTR args);
|
|
|
|
void
|
|
do_ndis(PCSTR args);
|
|
|
|
void
|
|
do_help(PCSTR args);
|