1 /* $Id: about.h,v 1.1.1.1 1997/02/21 21:04:17 sverrehu Exp $ */
2 #ifndef ABOUT_H
3 #define ABOUT_H
4 
5 void aboutInit(Widget parent);
6 void aboutFinish(void);
7 void aboutPopup(void);
8 
9 #endif
10