Skip to content

Commit

Permalink
fix: add missing library externs
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Feb 25, 2018
1 parent 5a3bda2 commit fc690bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mutt/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit fc690bf

Please sign in to comment.