Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * This file is part of libdom.
  3.  * Licensed under the MIT License,
  4.  *                http://www.opensource.org/licenses/mit-license.php
  5.  */
  6.  
  7. #ifndef dom_core_cdatasection_h_
  8. #define dom_core_cdatasection_h_
  9.  
  10. typedef struct dom_cdata_section dom_cdata_section;
  11.  
  12. #endif
  13.