COOPY » Guide  version 0.6.5
/home/paulfitz/cvs/coopy_scm/coopy/src/ssfossil/src/ssfossil.h
Go to the documentation of this file.
00001 #ifndef SSFOSSIL_INC
00002 #define SSFOSSIL_INC
00003 
00004 int ssfossil_debug();
00005 
00006 int ssfossil_call(int argc, char *argv[]);
00007 
00008 class FossilHandler {
00009 public:
00010   virtual int exit(int result) = 0;
00011   virtual int printf(const char *txt) = 0;
00012 };
00013 
00014 void ssfossil_set_handler(FossilHandler *handler);
00015 
00016 #endif
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines