From 4283d4074c45d27704b00d9ea80eae7847d66375 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 2 Sep 2018 13:07:04 +0530 Subject: Added support for loading next, prev image --- dir.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dir.h (limited to 'dir.h') diff --git a/dir.h b/dir.h new file mode 100644 index 0000000..a3e6865 --- /dev/null +++ b/dir.h @@ -0,0 +1,7 @@ +#ifndef __DIR_H +#define __DIR_H +#define _DEFAULT_SOURCE + +int scan(const char *file_name, char ***list, int *list_count); + +#endif -- cgit v1.2.3