qmp-event.h 366 B

123456789101112131415161718
  1. /*
  2. * QMP Event related
  3. *
  4. * Copyright (c) 2014 Wenchao Xia
  5. *
  6. * Authors:
  7. * Wenchao Xia <wenchaoqemu@gmail.com>
  8. *
  9. * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
  10. * See the COPYING.LIB file in the top-level directory.
  11. *
  12. */
  13. #ifndef QMP_EVENT_H
  14. #define QMP_EVENT_H
  15. QDict *qmp_event_build_dict(const char *event_name);
  16. #endif