diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,4 +26,9 @@ typedef enum { CURSOR_WATCH } cursor_t; +typedef struct { + const char *name; + const char *path; +} fileinfo_t; + #endif /* TYPES_H */ |