root/include/crm/msg_xml.h

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  * Copyright 2004-2024 the Pacemaker project contributors
   3  *
   4  * The version control history for this file may have further details.
   5  *
   6  * This source code is licensed under the GNU Lesser General Public License
   7  * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
   8  */
   9 
  10 #ifndef PCMK__CRM_MSG_XML__H
  11 #  define PCMK__CRM_MSG_XML__H
  12 
  13 #if !defined(PCMK_ALLOW_DEPRECATED) || (PCMK_ALLOW_DEPRECATED == 1)
  14 #include <crm/msg_xml_compat.h>
  15 #else
  16 #error Include xml.h instead of msg_xml.h
  17 #endif
  18 
  19 #endif  // PCMK__CRM_MSG_XML__H

/* [previous][next][first][last][top][bottom][index][help] */