aboutsummaryrefslogtreecommitdiffstats
path: root/src/sash/dirent.h
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
committertcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
commitc6ef89664b8c0d7aa85bddd5c7014aa6df82cbe7 (patch)
treed1f9d09412a46bdf4344fe30392455070a72993d /src/sash/dirent.h
parentdb38c4b9dac461de0ed75bf6d079dacba1b31bc9 (diff)
added pdclib, removed sash
Diffstat (limited to 'src/sash/dirent.h')
-rw-r--r--src/sash/dirent.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sash/dirent.h b/src/sash/dirent.h
deleted file mode 100644
index 77db3b4..0000000
--- a/src/sash/dirent.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef DIRENT_H_
-#define DIRENT_H_
-
-typedef struct {} DIR;
-
-struct dirent {
- char *d_name;
-};
-
-#endif // DIRENT_H_