udpates.
[silc.git] / lib / silcutil / silcutil.h
index 53226bbb3ee36589de1f36015bf3f6223e571766..1c467a5661abb04d33028ce36f056d675edd7565 100644 (file)
@@ -30,6 +30,7 @@ char *silc_file_readfile(const char *filename, uint32 *return_len);
 int silc_file_writefile(const char *filename, const char *buffer, uint32 len);
 int silc_file_writefile_mode(const char *filename, const char *buffer, 
                             uint32 len, int mode);
+uint64 silc_file_size(const char *filename);
 int silc_gets(char *dest, int destlen, const char *src, int srclen, int begin);
 int silc_check_line(char *buf);
 char *silc_get_time();