summaryrefslogtreecommitdiff
path: root/more.h
diff options
context:
space:
mode:
Diffstat (limited to 'more.h')
-rw-r--r--more.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/more.h b/more.h
index 4af1645..5fcd9a2 100644
--- a/more.h
+++ b/more.h
@@ -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);