/*
* previews.h
*
* This file is part of the WFA compression project
* Copyright (C) 1994-1998 Ullrich Hafner <hafner@bigfoot.de>,
* department of computer science, chair II
*/
/*
* $Date: 1999/04/08 06:09:45 $
* $Author: hafner $
* $Revision: 1.4 $
* $State: Exp $
*/
#ifndef _PREVIEWS_H
#define _PREVIEWS_H
void
preview_browser (GtkWidget *widget, gpointer ptr);
typedef struct previewdata
{
GtkWidget *button;
char *name;
} previewdata_t;
#endif /* not _PREVIEWS_H */
syntax highlighted by Code2HTML, v. 0.9.1