Esempio n. 1
0
int a2_user_ran_command(void *ctx)
{
    struct annotate_two *a2 = (struct annotate_two *) ctx;

    return commands_user_ran_command(a2->c, a2->client_command_list);
}
Esempio n. 2
0
int a2_user_ran_command(struct annotate_two *a2)
{
    return commands_user_ran_command(a2->c, a2->client_command_list);
}
Esempio n. 3
0
int a2_user_ran_command(struct annotate_two *a2)
{
    return commands_user_ran_command(a2);
}