1 #ifndef KVM__GUEST_COMPAT_H 2 #define KVM__GUEST_COMPAT_H 3 4 int compat__print_all_messages(void); 5 int compat__remove_message(int id); 6 int compat__add_message(const char *title, const char *description); 7 8 9 #endif
1 #ifndef KVM__GUEST_COMPAT_H 2 #define KVM__GUEST_COMPAT_H 3 4 int compat__print_all_messages(void); 5 int compat__remove_message(int id); 6 int compat__add_message(const char *title, const char *description); 7 8 9 #endif