(util_msglist_esccmd): Declaration updated.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -194,8 +194,8 @@ util_msglist_command (function_t *func, int argc, char **argv, int set_cursor) | ... | @@ -194,8 +194,8 @@ util_msglist_command (function_t *func, int argc, char **argv, int set_cursor) |
194 | cmd table, so will have a different argument signature. */ | 194 | cmd table, so will have a different argument signature. */ |
195 | int | 195 | int |
196 | util_msglist_esccmd (int (*escfunc) | 196 | util_msglist_esccmd (int (*escfunc) |
197 | __P ((int, char **, struct send_environ *)), | 197 | __P ((int, char **, compose_env_t *)), |
198 | int argc, char **argv, struct send_environ *env, | 198 | int argc, char **argv, compose_env_t *env, |
199 | int set_cursor) | 199 | int set_cursor) |
200 | { | 200 | { |
201 | msgset_t *list = NULL, *mp; | 201 | msgset_t *list = NULL, *mp; | ... | ... |
-
Please register or sign in to post a comment