aboutsummaryrefslogtreecommitdiff
path: root/include/strlist.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 09:36:14 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 09:44:02 -0400
commita29bca4b79f19e9f04420b545bdec27ddc99150c (patch)
tree5c02a4e1f38ef73bd80f2334887ac0476c8ecdb7 /include/strlist.h
parent5a9688e9e78a25a42bddfc4388fb4ce3311ded74 (diff)
downloadstasis-a29bca4b79f19e9f04420b545bdec27ddc99150c.tar.gz
Fix includes
Diffstat (limited to 'include/strlist.h')
-rw-r--r--include/strlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strlist.h b/include/strlist.h
index dd22a0a..cdbfc01 100644
--- a/include/strlist.h
+++ b/include/strlist.h
@@ -4,10 +4,15 @@
*/
#ifndef STASIS_STRLIST_H
#define STASIS_STRLIST_H
+
+typedef int (ReaderFn)(size_t line, char **);
+
#include <stdlib.h>
+#include "core.h"
#include "utils.h"
#include "str.h"
+
struct StrList {
size_t num_alloc;
size_t num_inuse;