X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=dec0ccf617cd492acad8ad82ee66afcea15a52b7;hp=8677928cdcc855b61db9dbb13277f1d6bd60f282;hb=6605e3e4bf358e8d5835232623dc359af219cc6a;hpb=84b3808a5aead62dd058b977ba27b99f11a059ce diff --git a/protos.h b/protos.h index 8677928..dec0ccf 100644 --- a/protos.h +++ b/protos.h @@ -7,6 +7,7 @@ * please see the file GPL in the top level source directory. */ +extern const char *madmutt_version; /* use the m_temp{fd,file} functions instead */ void mutt_adv_mktemp (const char*, char*, ssize_t) __attribute__((deprecated)); @@ -41,8 +42,6 @@ char *mutt_get_body_charset (char *, ssize_t, BODY *); const char *mutt_get_name (address_t *); char *mutt_make_date (char *, ssize_t); -const char *mutt_make_version(void); - const char *mutt_fqdn (short); void mutt_add_to_reference_headers (ENVELOPE * env, ENVELOPE * curenv, @@ -82,7 +81,6 @@ void mutt_shell_escape (void); void mutt_stamp_attachment (BODY * a); void mutt_tag_set_flag (int, int); void mutt_update_encoding (BODY * a); -void mutt_version (void); void mutt_write_references (string_list_t *, FILE *); void mutt_write_address_list (address_t * adr, FILE * fp, int linelen, int display);