We don't need a function for mutt_make_version().
[apps/madmutt.git] / protos.h
index ce22711..560a1b2 100644 (file)
--- 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);