16 lines
234 B
C
16 lines
234 B
C
// "display.h"
|
|
|
|
// (c) OPAC Team, LIFL, January 2006
|
|
|
|
/*
|
|
Contact: paradiseo-help@lists.gforge.inria.fr
|
|
*/
|
|
|
|
#ifndef __display_h
|
|
#define __display_h
|
|
|
|
#include "route.h"
|
|
|
|
extern void openMainWindow (const char * __filename);
|
|
|
|
#endif
|