summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-18 19:48:43 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-18 19:48:43 -0400
commit9a557cdfea3fbd3b7c8d086d1d8bc40a8bd12d5d (patch)
tree68f7114f5cd9f03868fda7046d11a32f7a9019d6
parent9d1acdec46cffad622984cb4fc69932c4ea0cb07 (diff)
remove cruft
-rw-r--r--more.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/more.h b/more.h
index 534dca7..4af1645 100644
--- a/more.h
+++ b/more.h
@@ -1,10 +1,6 @@
#define _XOPEN_SOURCE 700
#include <stdio.h>
-struct more_tty {
- FILE *tty;
-};
-
struct more_file {
FILE *f;
FILE *backing;
@@ -18,7 +14,6 @@ struct more_file {
size_t nbuf;
};
-struct more_tty more_open_tty(int nlines);
struct more_file more_open(const char *path);
void more_close(struct more_file *mf);
ssize_t more_getline(struct more_file *mf, size_t lineno);