/* GENIUS Calculator * Copyright (C) 1997-2002 George Lebl */ #ifndef _PLUGREAD_H_ #define _PLUGREAD_H_ #include "plugin.h" GelPlugin * gel_readplugin (const char *dir, const char *file); #endif