diff options
Diffstat (limited to 'com32/elflink/ldlinux/config.h')
-rw-r--r-- | com32/elflink/ldlinux/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/elflink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index 8f708f14..c34b2cc6 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -38,4 +38,6 @@ extern const char *onerror; //"onerror" command line extern void cat_help_file(int key); +extern void eprintf(const char *filename, ...); + #endif /* __CONFIG_H__ */ |