#ifndef __GDICT_ABOUT_H_
#define __GDICT_ABOUT_H_

/* $Id: gdict-about.h,v 1.1.1.1 1999/07/03 00:17:33 spapadim Exp $ */

/*
 *  Papadimitriou Spiros <spapadim@cs.cmu.edu>
 *  Mike Hughes <mfh@psilord.com>
 *
 *  This code released under the GNU GPL.
 *  Read the file COPYING for more information.
 *
 *  GDict About box
 *
 */

extern void gdict_about (void);

#endif /* __GDICT_ABOUT_H_ */

