13 lines
132 B
C
13 lines
132 B
C
//
|
|
// Handlers for top-level extension commands.
|
|
//
|
|
|
|
void
|
|
do_aac(PCSTR args);
|
|
|
|
void
|
|
do_ndis(PCSTR args);
|
|
|
|
void
|
|
do_help(PCSTR args);
|