]> granicus.if.org Git - neomutt/commitdiff
fix: add missing library externs
authorRichard Russon <rich@flatcap.org>
Sun, 25 Feb 2018 12:28:23 +0000 (12:28 +0000)
committerRichard Russon <rich@flatcap.org>
Sun, 25 Feb 2018 12:28:23 +0000 (12:28 +0000)
mutt/message.h

index d23d6bb3b06c8d59c826b04f9c56b1f2b9f9d958..7964fa049d5be8af4a9368af441e0d09ad47750d 100644 (file)
@@ -36,8 +36,8 @@
 #define N_(a) a
 #endif
 
-void (*mutt_error)  (const char *format, ...);
-void (*mutt_message)(const char *format, ...);
-void (*mutt_perror) (const char *message);
+extern void (*mutt_error)  (const char *format, ...);
+extern void (*mutt_message)(const char *format, ...);
+extern void (*mutt_perror) (const char *message);
 
 #endif /* _MUTT_MESSAGE_H */