00001 00011 #ifndef OP_XML_EVENTS_H 00012 #define OP_XML_EVENTS_H 00013 00014 #include "op_events.h" 00015 00016 void xml_help_for_event(struct op_event const * event); 00017 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type); 00018 void close_xml_events(void); 00019 00020 #endif /* OP_XML_EVENTS_H */