diff options
Diffstat (limited to 'common/estream.h')
-rw-r--r-- | common/estream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/estream.h b/common/estream.h index 6eb986fd6..69f19f4c8 100644 --- a/common/estream.h +++ b/common/estream.h @@ -231,6 +231,8 @@ typedef struct es_cookie_io_functions int es_init (void); +int es_pth_kill (void); + estream_t es_fopen (const char *ES__RESTRICT path, const char *ES__RESTRICT mode); estream_t es_mopen (unsigned char *ES__RESTRICT data, |