/*---------------------------------------------------------------------------- File name : sw_spjitter_gui.h Author : Y. Jung Created on : June 2001 Description : Graphical user interface for the sw_spjitter ---------------------------------------------------------------------------*/ /* $Id: sw_spjitter_gui.h,v 1.1 2001/06/05 12:47:58 yjung Exp $ $Author: yjung $ $Date: 2001/06/05 12:47:58 $ $Revision: 1.1 $ */ #ifndef _SW_SPJITTER_GUI_H_ #define _SW_SPJITTER_GUI_H_ /*---------------------------------------------------------------------------- Includes ---------------------------------------------------------------------------*/ #include #include #include #include /*---------------------------------------------------------------------------- Functions prototypes ---------------------------------------------------------------------------*/ int sw_spjitter_gui() ; #endif