aboutsummaryrefslogtreecommitdiffstats
path: root/core.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-05-23 21:51:44 +0100
committerFreeArtMan <dos21h@gmail.com>2016-05-23 21:51:44 +0100
commitcb141140579d796ae5cafe6da52b4f0b87be6a84 (patch)
tree61e0130a1581e1ba99dabed32c82782699db064c /core.h
parent4baa01f8cd595cb0517d8f7f665d5be92528b6c2 (diff)
downloadihe-cb141140579d796ae5cafe6da52b4f0b87be6a84.tar.gz
ihe-cb141140579d796ae5cafe6da52b4f0b87be6a84.zip
Simplifying logic. Removing buffer features
Diffstat (limited to 'core.h')
-rw-r--r--core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.h b/core.h
index 11ba289..da8c911 100644
--- a/core.h
+++ b/core.h
@@ -106,6 +106,7 @@ int file_seek( file_t *ft, off_t offset ); //seek by offset
int file_seekp( file_t *ft, off_t offset );
int file_pos( file_t *ft );
int file_size( file_t *ft );
+int file_s_bufs( file_t *ft, unsigned int size );
int file_s_mode( file_t *ft, int mode );
int file_close( file_t *ft );