summary refs log tree commit diff
path: root/parse.h
diff options
context:
space:
mode:
authorwrmr2024-11-02 19:33:08 -0500
committerwrmr2024-11-02 19:33:08 -0500
commit610808a5902adad751a4acdbcc310803a51fed5d (patch)
tree76599dc60cccf6a3765f484dfa1b19e1af88efa1 /parse.h
parent58214ec5f982c1b97aadce254c958a5f922c9724 (diff)
very different document data structure
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/parse.h b/parse.h
deleted file mode 100644
index 1267b3c..0000000
--- a/parse.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PARSE_H
-#define PARSE_H
-
-#include <stddef.h>
-#include "doc.h"
-
-int parse_doc(enum doc_type doct, int (*line_get)(char **, size_t *));
-
-#endif