Try to avoid long unsigned int overflow.
[oweals/opkg-lede.git] / libopkg / opkg_utils.h
index c3e90a9ff5d26a2a95850d9a709494bd91dd6d89..226c7d1415b661a6abeda40ad1b95bca52e80fed 100644 (file)
@@ -25,7 +25,7 @@ void push_error_list(struct errlist **errors,char * msg);
 void reverse_error_list(struct errlist **errors);
 void free_error_list();
 
-int get_available_blocks(char * filesystem);
+long unsigned int get_available_blocks(char * filesystem);
 char **read_raw_pkgs_from_file(const char *file_name);
 char **read_raw_pkgs_from_stream(FILE *fp);
 char *trim_alloc(char * line);