aboutsummaryrefslogtreecommitdiff
path: root/dir.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-02 17:16:52 +0530
committerDandelion <nirav@teisuu.com>2018-09-02 17:19:23 +0530
commit8472e02a212af0be07b19127db313e8e7523711a (patch)
tree53e7baa4b7649f81442046d65152d74e805fea75 /dir.h
parent4283d4074c45d27704b00d9ea80eae7847d66375 (diff)
downloadim-8472e02a212af0be07b19127db313e8e7523711a.tar.gz
im-8472e02a212af0be07b19127db313e8e7523711a.zip
Refactoring
Diffstat (limited to 'dir.h')
-rw-r--r--dir.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/dir.h b/dir.h
deleted file mode 100644
index a3e6865..0000000
--- a/dir.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __DIR_H
-#define __DIR_H
-#define _DEFAULT_SOURCE
-
-int scan(const char *file_name, char ***list, int *list_count);
-
-#endif