diff options
| author | bhgv <bhgv.empire@gmail.com> | 2020-06-15 07:50:02 +0300 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2020-06-15 07:50:02 +0300 |
| commit | 9477d7988480fc5f1040e9c13877e38f79198e0c (patch) | |
| tree | 29e21e718815737c75cdab2c9310c06362abc7b5 /emu/port/fns.h | |
| parent | 29cea60e3fae0a5e6b758aab62bfc5d160153576 (diff) | |
Diffstat (limited to 'emu/port/fns.h')
| -rw-r--r-- | emu/port/fns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/fns.h b/emu/port/fns.h index 9ff80f2..75960e4 100644 --- a/emu/port/fns.h +++ b/emu/port/fns.h @@ -30,7 +30,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*); |
