Commit 0a06c196 0a06c19662e7e9ff3e5f23a9230a2fcf168f7d71 by Sergey Poznyakoff

(util_msglist_esccmd): Declaration updated.

1 parent 861aa3ba
...@@ -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;
......