PageRenderTime 45ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/cssed-0.4.0/libcroco/libcroco.h

#
C Header | 44 lines | 18 code | 4 blank | 22 comment | 0 complexity | 832e9d239b000798657b3e29b54acb8b MD5 | raw file
Possible License(s): GPL-2.0
  1. /*
  2. * This file is part of The Croco Library
  3. *
  4. * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
  5. *
  6. * Modified by Iago Rubio - Sun Dec 14 18:36:55 2003
  7. * Taked out layeng and seleng related includes.
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of version 2.1 of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  21. * USA
  22. */
  23. #ifndef __LIBCROCO_H__
  24. #define __LIBCROCO_H__
  25. #include "parser/libcroco-config.h"
  26. #include "parser/cr-utils.h"
  27. #include "parser/cr-pseudo.h"
  28. #include "parser/cr-term.h"
  29. #include "parser/cr-attr-sel.h"
  30. #include "parser/cr-simple-sel.h"
  31. #include "parser/cr-selector.h"
  32. #include "parser/cr-enc-handler.h"
  33. #include "parser/cr-doc-handler.h"
  34. #include "parser/cr-parser-input.h"
  35. #include "parser/cr-input.h"
  36. #include "parser/cr-parser.h"
  37. #include "parser/cr-statement.h"
  38. #include "parser/cr-stylesheet.h"
  39. #include "parser/cr-om-parser.h"
  40. #endif /*__LIBCROCO_H__*/