aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/titlebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/titlebar.h')
-rw-r--r--src/hyper/titlebar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hyper/titlebar.h b/src/hyper/titlebar.h
index db7059a4..94e77fe2 100644
--- a/src/hyper/titlebar.h
+++ b/src/hyper/titlebar.h
@@ -39,9 +39,9 @@
#include "hyper.h"
extern void getTitleBarMinimumSize(int * width , int * height);
-extern void linkTitleBarWindows(void);
-extern void makeTitleBarWindows(void);
-extern void showTitleBar(void);
+extern void linkTitleBarWindows();
+extern void makeTitleBarWindows();
+extern void showTitleBar();
extern int twwidth, twheight; /* the width and height for all windows in the */
/* title bar */