diff options
author | Bert <ber.t@gmx.com> | 2011-08-18 12:05:38 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-18 12:05:38 +0200 |
commit | 27591b5a52a4ec703bf5d2e61a4f933a7938500f (patch) | |
tree | 612ad1785b61e180167f3e86455025c247b6e132 /types.h | |
parent | 5c77e1aa221c168003b673bd2d22baa090444b8e (diff) |
Small refactorings
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ typedef enum { } cursor_t; typedef struct { - const char *name; - const char *path; + const char *name; /* as given by user */ + const char *path; /* always absolute */ } fileinfo_t; #endif /* TYPES_H */ |