summaryrefslogtreecommitdiff
path: root/emu/port/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/port/fns.h')
-rw-r--r--emu/port/fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/fns.h b/emu/port/fns.h
index 6a0809c0..36d341b7 100644
--- a/emu/port/fns.h
+++ b/emu/port/fns.h
@@ -20,7 +20,7 @@ Dir* chandirstat(Chan*);
void cinit(void);
char* clipread(void);
int clipwrite(char*);
-void (*coherence)(void);
+extern void (*coherence)(void);
void copen(Chan*);
void cmderror(Cmdbuf*, char*);
Block* concatblock(Block*);