aboutsummaryrefslogtreecommitdiffstats
path: root/erts/include/internal/erl_printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/include/internal/erl_printf.h')
-rw-r--r--erts/include/internal/erl_printf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/include/internal/erl_printf.h b/erts/include/internal/erl_printf.h
index f180a53f18..7e9807f6a8 100644
--- a/erts/include/internal/erl_printf.h
+++ b/erts/include/internal/erl_printf.h
@@ -44,6 +44,7 @@ struct erts_dsprintf_buf_t_ {
typedef int (*fmtfn_t)(void*, char*, size_t);
int erts_write_fd(void *vfdp, char* buf, size_t len);
+int erts_write_fp(void *vfdp, char* buf, size_t len);
int erts_write_ds(void *vdsbufp, char* buf, size_t len);
int erts_printf(const char *, ...);