Searched defs:callout_command (Results 1 – 1 of 1) sorted by relevance
48 struct callout_command { struct49 const char *command;50 int argmin;51 int argmax;52 int (*handler) (FILE *, int, char **);