aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 618a1ac..eb5b398 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -56,11 +56,6 @@
}
typedef enum {
- BO_BIG_ENDIAN,
- BO_LITTLE_ENDIAN
-} byteorder_t;
-
-typedef enum {
MODE_ALL,
MODE_IMAGE,
MODE_THUMB
@@ -352,7 +347,6 @@ void* emalloc(size_t);
void* erealloc(void*, size_t);
char* estrdup(const char*);
void error(int, int, const char*, ...);
-void size_readable(float*, const char**);
int r_opendir(r_dir_t*, const char*, bool);
int r_closedir(r_dir_t*);
char* r_readdir(r_dir_t*, bool);