/*
 *	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 */
