(mu_register_capa): New prototype.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -47,6 +47,7 @@ extern error_t mu_argp_parse __P ((const struct argp * argp, | ... | @@ -47,6 +47,7 @@ extern error_t mu_argp_parse __P ((const struct argp * argp, |
47 | unsigned flags, | 47 | unsigned flags, |
48 | const char *capa[], | 48 | const char *capa[], |
49 | int *arg_index, void *input)); | 49 | int *arg_index, void *input)); |
50 | extern int mu_register_capa __P((const char *name, struct argp_child *child)); | ||
50 | 51 | ||
51 | #endif | 52 | #endif |
52 | 53 | ... | ... |
-
Please register or sign in to post a comment