aboutsummaryrefslogtreecommitdiff
path: root/wind.h
diff options
context:
space:
mode:
Diffstat (limited to 'wind.h')
-rw-r--r--wind.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/wind.h b/wind.h
new file mode 100644
index 0000000..63fed9c
--- /dev/null
+++ b/wind.h
@@ -0,0 +1,24 @@
+
+#ifndef WIND_METAG_H
+#define WIND_METAG_H
+
+#include "main.h"
+#include "readline.h"
+#include "basic_curses.h"
+
+
+void printTagInfoHeader();
+
+void printTagInfo(menuC* menu);
+
+void cleanmenu(menuC* menu);
+
+void printmenu(menuC* menu);
+
+void printStatus(void);
+
+void prepare(char* s);
+
+void resize(void);
+void resizeMain(menuC* menu);
+#endif