From ff013dd0092df247b2c9f1c550e03542581ed21d Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 18 Aug 2011 00:38:55 +0200 Subject: Revised handling of file names & paths --- types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types.h') diff --git a/types.h b/types.h index de6e04d..a2b9651 100644 --- a/types.h +++ b/types.h @@ -26,4 +26,9 @@ typedef enum { CURSOR_WATCH } cursor_t; +typedef struct { + const char *name; + const char *path; +} fileinfo_t; + #endif /* TYPES_H */ -- cgit v1.2.3