Commit c11eeb23 c11eeb2360ae656d989db901c1a7a9b330cfb312 by Sergey Poznyakoff

(mu_register_capa): New prototype.

1 parent b8c2c856
......@@ -47,6 +47,7 @@ extern error_t mu_argp_parse __P ((const struct argp * argp,
unsigned flags,
const char *capa[],
int *arg_index, void *input));
extern int mu_register_capa __P((const char *name, struct argp_child *child));
#endif
......