aboutsummaryrefslogtreecommitdiffstats
path: root/core.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-05-24 00:00:45 +0100
committerFreeArtMan <dos21h@gmail.com>2016-05-24 00:00:45 +0100
commit60f08b0a4676943651bc7b66cb8531325b1c6132 (patch)
tree5cea9737ea510f579cefa6a4712bf8caf0577da7 /core.h
parentcb141140579d796ae5cafe6da52b4f0b87be6a84 (diff)
downloadihe-60f08b0a4676943651bc7b66cb8531325b1c6132.tar.gz
ihe-60f08b0a4676943651bc7b66cb8531325b1c6132.zip
Added resize c
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 da8c911..638cf3c 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_resize( file_t *ft, size_t size );
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 );