X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=6d23e83fa55554d42e9f64431c6832342de495db;hp=112ea545190f80aed334ec1d842865a0e519535d;hb=529bd38e97bf5b597a7e8149293b63c6fb82984e;hpb=364bf52ada05bf7d7158dba9d2391f63b71258f6 diff --git a/protos.h b/protos.h index 112ea54..6d23e83 100644 --- a/protos.h +++ b/protos.h @@ -44,13 +44,14 @@ void mutt_generate_boundary (PARAMETER **); void mutt_delete_parameter (const char *attribute, PARAMETER ** p); void mutt_set_parameter (const char *, const char *, PARAMETER **); - FILE *mutt_open_read (const char *, pid_t *); void set_quadoption (int, int); int query_quadoption (int, const char *); int quadoption (int); +int mutt_option_value (const char* val, char* dst, size_t dstlen); + ADDRESS *mutt_default_from (void); ADDRESS *mutt_remove_duplicates (ADDRESS *); ADDRESS *mutt_parse_adrlist (ADDRESS *, const char *); @@ -213,7 +214,7 @@ int mutt_complete (char *, size_t); int mutt_copy_body (FILE *, BODY **, BODY *); int mutt_display_message (HEADER * h); -int mutt_dump_variables (void); +int mutt_dump_variables (int full); int mutt_edit_message (CONTEXT *, HEADER *); int mutt_fetch_recips (ENVELOPE * out, ENVELOPE * in, int flags); int mutt_chscmp (const char *s, const char *chs);