X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=protos.h;h=560a1b28fcbc254a92046ff1054a8da9eb3cdbac;hb=047e6f9a37549520bb7b7ce58367f8123d6be0af;hp=ce2271172a3ed285775a8b607abaad96813c6081;hpb=c81a65db2499a363af5af28610db5f7e69e15839;p=apps%2Fmadmutt.git diff --git a/protos.h b/protos.h index ce22711..560a1b2 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)); @@ -43,8 +44,6 @@ const char *mutt_get_name (address_t *); const char *mutt_crypt_hook (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, @@ -85,7 +84,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);