Revision 9081,
890 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9080,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * Copyright 1995 by Paul Mattes. |
---|
3 | * Permission to use, copy, modify, and distribute this software and its |
---|
4 | * documentation for any purpose and without fee is hereby granted, |
---|
5 | * provided that the above copyright notice appear in all copies and that |
---|
6 | * both that copyright notice and this permission notice appear in |
---|
7 | * supporting documentation. |
---|
8 | */ |
---|
9 | |
---|
10 | /* |
---|
11 | * menubarc.h |
---|
12 | * Global declarations for menubar.c. |
---|
13 | */ |
---|
14 | |
---|
15 | extern void Connect_action(); |
---|
16 | extern void Disconnect_action(); |
---|
17 | extern void HandleMenu_action(); |
---|
18 | extern void hostfile_init(); |
---|
19 | extern int hostfile_lookup(); |
---|
20 | extern void menubar_as_set(); |
---|
21 | extern void menubar_connect(); |
---|
22 | extern void menubar_gone(); |
---|
23 | extern void menubar_init(); |
---|
24 | extern void menubar_keypad_changed(); |
---|
25 | extern void menubar_newmode(); |
---|
26 | extern Dimension menubar_qheight(); |
---|
27 | extern void menubar_resize(); |
---|
28 | extern void menubar_retoggle(); |
---|
29 | extern void Reconnect_action(); |
---|
Note: See
TracBrowser
for help on using the repository browser.