00001 00008 #ifndef HDMSG_H 00009 #define HDMSG_H 00010 00011 enum hdmevent { 00012 HDME_QUIT 00013 }; 00014 00017 void* hdmsg_main(); 00018 int hdmsg_notify(enum hdmevent event); 00019 00024 int hdmsg_synchronize(); 00025 00026 #endif 00027