File: plugread.h

package info (click to toggle)
genius 1.0.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,636 kB
  • ctags: 5,388
  • sloc: ansic: 66,486; sh: 9,110; xml: 6,820; makefile: 514; lex: 492; yacc: 235; perl: 54
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* 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