aboutsummaryrefslogtreecommitdiff
path: root/shared/common/binport.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/common/binport.h')
-rw-r--r--shared/common/binport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/common/binport.h b/shared/common/binport.h
index bdf1ca1..93120fa 100644
--- a/shared/common/binport.h
+++ b/shared/common/binport.h
@@ -10,6 +10,7 @@ enum { BINPORT_OK, BINPORT_MAXTEXT, BINPORT_MAXOLD, BINPORT_PDFILE,
#ifndef BINPORT_STANDALONE
int binport_read(t_binbuf *bb, char *filename, char *dirname);
+void binport_write(t_binbuf *bb, char *filename, char *dirname);
#endif
#endif