ipc.h
/*
$Header: ipc.h,v 1.4 97/04/14 16:28:03 doomer Exp $
$Revision: 1.4 $
$Date: 97/04/14 16:28:03 $
$Author: doomer $
Copyright (c) 1997 John Dumais. All rights reserved.
*/
#if !defined(_VeeWindowControlIncluded_)
#define _VeeWindowControlIncluded_
#include <X11/Xatom.h>
#include <Xm/Xm.h>
#include <Xm/RowColumn.h>
#include <Xm/PushB.h>
#include <stdlib.h>
void run();
void pauseVee();
void step();
void cont();
void f1();
void hide();
void iconize();
void restore();
#endif
/*
$Log: ipc.h,v $
* Revision 1.4 97/04/14 16:28:03 16:28:03 doomer (John Dumais)
* fixed rcs header.
*
* Revision 1.3 97/04/14 16:25:32 16:25:32 doomer (John Dumais)
* prevent multiple inclusion
*
* Revision 1.2 97/04/14 16:23:29 16:23:29 doomer (John Dumais)
* added rcs header info.
*
*
*/