34 #ifndef __KLEO_CHIASMUSLIBRARY_H__
35 #define __KLEO_CHIASMUSLIBRARY_H__
37 #include <tqvaluevector.h>
38 #include <tqcstring.h>
53 static void deleteInstance();
55 int perform( const TQValueVector<TQCString> & args ) const;
57 typedef int ( *main_func )( int, char** );
58 main_func chiasmus( TQString * reason=0 ) const;
62 mutable KLibrary * mXiaLibrary;
68 #endif // __KLEO_CHIASMUSLIBRARY_H__
|