summaryrefslogtreecommitdiff
path: root/editors/hexer/files/patch-tio.h
blob: 3a568f6a2aaae646b27a6dc53fc1ce6e72b711f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tio.h.orig	2016-10-16 14:22:45 UTC
+++ tio.h
@@ -111,7 +111,7 @@ extern struct t_keynames_s {
   char *name;
 } t_keynames[];
 
-void (*error_msg)( const char *, ... ) __printflike(1, 2);
+extern void (*error_msg)( const char *, ... ) __printflike(1, 2);
   /* Pointer to the error message function.
    */