home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3065
/
edit.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-03-15
|
324 b
|
15 lines
/*
* edit.h : External defs for the popup appointment editor panel
*
* George Ferguson, ferguson@cs.rochester.edu, 27 Feb 1991.
*
* $Id: edit.h,v 2.1 91/02/28 11:21:21 ferguson Exp $
*/
#ifndef EDIT_H
#define EDIT_H
extern void editAppoint();
extern void focusNextEditItem(),focusPrevEditItem();
#endif /* EDIT_H */