Revised handling of file names & paths

This commit is contained in:
Bert
2011-08-18 00:38:55 +02:00
parent 2a3a9657d3
commit ff013dd009
10 changed files with 101 additions and 82 deletions

View File

@ -26,4 +26,9 @@ typedef enum {
CURSOR_WATCH
} cursor_t;
typedef struct {
const char *name;
const char *path;
} fileinfo_t;
#endif /* TYPES_H */