summaryrefslogtreecommitdiff
path: root/read_cfg.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-06-16 21:23:02 -0700
committerlouie <lshprung@yahoo.com>2020-06-16 21:23:02 -0700
commit96d5b7878f70b93651106b19768edfba7ba3dafd (patch)
tree4891b8f14b1595b269a70bbf9fa019c765f5449c /read_cfg.h
parentbad94ac2786a4e765707b5766ab3999e604e9d0b (diff)
Printing group column
Diffstat (limited to 'read_cfg.h')
-rw-r--r--read_cfg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/read_cfg.h b/read_cfg.h
new file mode 100644
index 0000000..2e8c708
--- /dev/null
+++ b/read_cfg.h
@@ -0,0 +1,8 @@
+#ifndef READ_CFG_H
+#define READ_CFG_H
+
+void cfg_interp();
+
+void check_line(char *buffer);
+
+#endif