X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=cf272135cfc04e37a82b97033aeb989111c0f8ce;hp=3e4e9f87ffd511e000d29f58bcce6e19e630a59f;hb=892df7e70376da43374d834b8a825ea2d59efd06;hpb=688ac22f746f785c27ac99ac86aa85a3035a3638 diff --git a/globals.h b/globals.h index 3e4e9f8..cf27213 100644 --- a/globals.h +++ b/globals.h @@ -11,8 +11,8 @@ #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; @@ -21,8 +21,6 @@ WHERE char AttachmentMarker[STRING]; WHERE char Quotebuf[STRING]; -WHERE char *MuttDotlock; - WHERE address_t *EnvFrom; WHERE address_t *From; @@ -36,9 +34,6 @@ WHERE char *ContentType; WHERE char *DefaultHook; WHERE char *DateFmt; WHERE char *DisplayFilter; -WHERE char *DsnNotify; -WHERE char *DsnReturn; -WHERE char *Editor; WHERE char *EditorHeaders; WHERE char *FileCharset; WHERE char *FolderFormat; @@ -118,8 +113,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;