Skip to content

Commit

Permalink
Move compressed_file_list_new to file_extract.h
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jan 16, 2015
1 parent f974df6 commit c864677
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions file_extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,8 @@ struct string_list *zlib_get_file_list(const char *path);
bool zlib_inflate_data_to_file(const char *path, const uint8_t *data,
uint32_t csize, uint32_t size, uint32_t crc32);

struct string_list *compressed_file_list_new(const char *filename,
const char* ext);

#endif

3 changes: 0 additions & 3 deletions file_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ bool read_file_string(const char *path, char **buf);

bool write_file(const char *path, const void *buf, size_t size);

struct string_list *compressed_file_list_new(const char *filename,
const char* ext);

#ifdef __cplusplus
}
#endif
Expand Down
1 change: 1 addition & 0 deletions menu/menu_entries.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "menu_entries.h"
#include <file/file_list.h>
#include <file/file_path.h>
#include "../file_extract.h"
#include "../file_ops.h"
#include <file/dir_list.h>

Expand Down
1 change: 1 addition & 0 deletions menu/menu_entries_cbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "menu_shader.h"

#include "../file_ext.h"
#include "../file_extract.h"
#include "../config.def.h"
#include "../cheats.h"
#include "../retroarch.h"
Expand Down

0 comments on commit c864677

Please sign in to comment.