Clarify why we're not using fseek(), use fseek() where applicable.
[oweals/opkg-lede.git] / libopkg / opkg_utils.h
index fdba37d1f603491185263fea9fc5f3d5a523b42b..ecdd3f5c0e2a2a618bbd53863cb700865ca822bc 100644 (file)
 #ifndef OPKG_UTILS_H
 #define OPKG_UTILS_H
 
-#include "pkg.h"
-#include "opkg_error.h"
-
-void push_error_list(char * msg);
-void free_error_list(void);
-void print_error_list(void);
-
-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(const char *line);
+unsigned long get_available_kbytes(char * filesystem);
+char *trim_xstrdup(const char *line);
 int line_is_blank(const char *line);
 
 #endif