X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=0b5dc6e7bc3366b6e48faadedd809787c295e3d6;hp=6a476720d1d87636a1d18e41370f8e43d8fc9613;hb=c8c9a616c8c369da6aa06e656eacfb82af8707a8;hpb=529d980f183269a45ba925b4f9ee688b01ad3b22 diff --git a/protos.h b/protos.h index 6a47672..0b5dc6e 100644 --- a/protos.h +++ b/protos.h @@ -226,7 +226,6 @@ int mutt_compose_menu (HEADER *, char *, ssize_t, HEADER *); int mutt_thread_set_flag (HEADER *, int, int, int); int mutt_user_is_recipient (HEADER *); void mutt_update_num_postponed (void); -int mutt_wait_filter (pid_t); int mutt_which_case (const char *); int mutt_write_fcc (const char *path, HEADER * hdr, const char *msgid, int, char *); @@ -240,17 +239,10 @@ int mutt_save_confirm (const char *, struct stat *); int mh_valid_message (const char *); -pid_t mutt_create_filter (const char *, FILE **, FILE **, FILE **); -pid_t mutt_create_filter_fd (const char *, FILE **, FILE **, FILE **, int, - int, int); - /* base64.c */ void mutt_to_base64 (unsigned char *, const unsigned char *, ssize_t, ssize_t); int mutt_from_base64 (char *, const char *); -/* utf8.c */ -int mutt_wctoutf8 (char *s, unsigned int c); - #define IsPrint(c) (isprint((unsigned char)(c)) || \ (option (OPTLOCALES) ? 0 : \ ((unsigned char)(c) >= 0xa0)))