/*---------------------------------------------------------------------------- File name : jitter_gui.h Author : Y. Jung Created on : June 2001 Description : Graphical user interface for the jitter ---------------------------------------------------------------------------*/ /* $Id: jitter_gui.h,v 1.1 2001/06/01 14:28:50 yjung Exp $ $Author: yjung $ $Date: 2001/06/01 14:28:50 $ $Revision: 1.1 $ */ #ifndef _JITTER_GUI_H_ #define _JITTER_GUI_H_ /*---------------------------------------------------------------------------- Includes ---------------------------------------------------------------------------*/ #include #include #include #include /*---------------------------------------------------------------------------- Functions prototypes ---------------------------------------------------------------------------*/ int jitter_gui() ; #endif