00001 00002 #ifndef __crbn_file_format_binding_h__ 00003 #define __crbn_file_format_binding_h__ 00004 00005 #include <crbn/basic/paramlist.hpp> 00006 #include "../context.h" 00007 00008 typedef bool(*bind_func)( crbn_context_t* ctx, paramlist& pl ); 00009 00010 bool eval( crbn_context_t* ctx, char* symbol, paramlist& pl ); 00011 00012 #endif // __crbn_file_format_binding_h__