diff options
author | nirav <nirav@teisuu.com> | 2018-09-02 13:07:04 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-09-02 13:07:04 +0530 |
commit | 4283d4074c45d27704b00d9ea80eae7847d66375 (patch) | |
tree | 2b3cdc93496a22feba9af1a50444c7d7ab6cdce4 /dir.h | |
parent | 86031af54187b1815dbf18e0da463dffcb193733 (diff) | |
download | im-4283d4074c45d27704b00d9ea80eae7847d66375.tar.gz im-4283d4074c45d27704b00d9ea80eae7847d66375.zip |
Added support for loading next, prev image
Diffstat (limited to 'dir.h')
-rw-r--r-- | dir.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |