X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcfileutil.h;h=76892b275d89ce816f868dc770a4c3a41c013072;hp=8f717b6a00bf511cdf2c9152667d65a95b393ec6;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/lib/silcutil/silcfileutil.h b/lib/silcutil/silcfileutil.h index 8f717b6a..76892b27 100644 --- a/lib/silcutil/silcfileutil.h +++ b/lib/silcutil/silcfileutil.h @@ -31,13 +31,13 @@ int silc_file_open(const char *filename, int flags); int silc_file_open_mode(const char *filename, int flags, int mode); -int silc_file_read(int fd, unsigned char *buf, uint32 buf_len); -int silc_file_write(int fd, const char *buffer, uint32 len); +int silc_file_read(int fd, unsigned char *buf, SilcUInt32 buf_len); +int silc_file_write(int fd, const char *buffer, SilcUInt32 len); int silc_file_close(int fd); -char *silc_file_readfile(const char *filename, uint32 *return_len); -int silc_file_writefile(const char *filename, const char *buffer, uint32 len); +char *silc_file_readfile(const char *filename, SilcUInt32 *return_len); +int silc_file_writefile(const char *filename, const char *buffer, SilcUInt32 len); int silc_file_writefile_mode(const char *filename, const char *buffer, - uint32 len, int mode); -uint64 silc_file_size(const char *filename); + SilcUInt32 len, int mode); +SilcUInt64 silc_file_size(const char *filename); #endif /* SILCFILEUTIL_H */