X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=7430db3910736a8c4023abba7deabb70cf88d6ff;hp=1eb9b1c77ce84e935481c491314d829f2603c5d3;hb=0fa8ebfe1d97b31c7d137d6cd45d480fa544d8a5;hpb=9fde23d2b9a4ba8076eb425a1af4342de1e485b5 diff --git a/globals.h b/globals.h index 1eb9b1c..7430db3 100644 --- a/globals.h +++ b/globals.h @@ -11,17 +11,15 @@ #include -WHERE void (*mutt_error) (const char *, ...); -WHERE void (*mutt_message) (const char *, ...); +WHERE void (*mutt_error) (const char *, ...) __attribute__((format(printf, 1, 2))) ; +WHERE void (*mutt_message) (const char *, ...) __attribute__((format(printf, 1, 2))) ; WHERE CONTEXT *Context; WHERE char Errorbuf[STRING]; WHERE char AttachmentMarker[STRING]; -WHERE char Quotebuf[SHORT_STRING]; - -WHERE char *MuttDotlock; +WHERE char Quotebuf[STRING]; WHERE address_t *EnvFrom; WHERE address_t *From; @@ -84,10 +82,8 @@ WHERE char *Preconnect INITVAL (NULL); WHERE char *Tunnel INITVAL (NULL); WHERE short NetInc; -#ifdef MIXMASTER WHERE char *Mixmaster; WHERE char *MixEntryFormat; -#endif WHERE char *OperatingSystem INITVAL (NULL); @@ -120,8 +116,6 @@ WHERE char *PrintCmd; WHERE char *QueryCmd; WHERE char *Realname; WHERE char *SendCharset; -WHERE char *Sendmail; -WHERE char *Shell; WHERE char *SidebarDelim; WHERE char *SidebarNumberFormat; WHERE char *SidebarBoundary; @@ -200,8 +194,6 @@ unsigned char QuadOptions[(OPT_MAX * 2 + 7) / 8]; extern unsigned char QuadOptions[]; #endif -WHERE unsigned short Counter INITVAL (0); - #ifdef USE_NNTP WHERE short NewsPollTimeout; WHERE short NntpContext;