summaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-12-28 15:34:29 -0800
committerlouie <lshprung@yahoo.com>2020-12-28 15:34:29 -0800
commitb8209a2349ffb2153e0c17f43412f2c9906aa8d0 (patch)
treea816b35e8c38b64aad1c00e6ae6a68a00aa282f0 /draw.h
parent9fa266e62dc0782f7c2125f18fed2668ea414b29 (diff)
Moved headers to separate directory
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/draw.h b/draw.h
deleted file mode 100644
index 275b8bb..0000000
--- a/draw.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef DRAW_H
-#define DRAW_H
-
-//These functions are needed by either unix/draw.c or windows/draw.c and must be supplied via a header file
-
-#define BUF_LEN 1024
-
-extern int g_hover;
-extern int e_hover;
-extern struct group **g;
-extern struct entry **e;
-
-char *get_launch();
-
-#endif