home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
UNIX
/
ARCHIE
/
CLIENTS
/
XARCHIE0.TAR
/
actions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-21
|
239 b
|
14 lines
/*
* actions.h : Definition of the action table so its size is known
*
* George Ferguson, ferguson@cs.rochester.edu, 21 Aug 1991.
*
*/
#ifndef ACTIONS_H
#define ACTIONS_H
extern XtActionsRec actionTable[15];
#endif /* ACTIONS_H */