aboutsummaryrefslogtreecommitdiff
path: root/include/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/process.h')
-rw-r--r--include/process.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/process.h b/include/process.h
new file mode 100644
index 0000000..29e066f
--- /dev/null
+++ b/include/process.h
@@ -0,0 +1,9 @@
+#ifndef PROCESS_H
+#define PROCESS_H
+#include "types.h"
+
+void loadlines(struct filedata *f);
+
+char *linepad(int lc, int total);
+
+#endif