X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_host.h;fp=src%2Fao_host.h;h=65c25fe53d619c89492c10abddf4658b9d276487;hp=a96b76291d83eaf4643a6dfe8dfd417b25d5945a;hb=8cdf4fb051c22b35c251d90bc288551f7c2898bf;hpb=2cfe205de4242398e69c9e7c613af0d2a7094686 diff --git a/src/ao_host.h b/src/ao_host.h index a96b7629..65c25fe5 100644 --- a/src/ao_host.h +++ b/src/ao_host.h @@ -112,7 +112,6 @@ const char const * const ao_state_names[] = { }; struct ao_cmds { - char cmd; void (*func)(void); const char *help; };