diff options
Diffstat (limited to 'more.h')
| -rw-r--r-- | more.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ struct more_file { size_t *bytepos; char *buf; size_t nbuf; + char *path; }; struct more_file more_open(const char *path); |
