/ocr/ocrservice/jni/hydrogen/include/leptonica/allheaders.h

http://eyes-free.googlecode.com/ · C Header · 32 lines · 9 code · 9 blank · 14 comment · 0 complexity · 9c273951bc73c61488a47cdbccf8d023 MD5 · raw file

  1. /*====================================================================*
  2. - Copyright (C) 2001 Leptonica. All rights reserved.
  3. - This software is distributed in the hope that it will be
  4. - useful, but with NO WARRANTY OF ANY KIND.
  5. - No author or distributor accepts responsibility to anyone for the
  6. - consequences of using this software, or for whether it serves any
  7. - particular purpose or works at all, unless he or she says so in
  8. - writing. Everyone is granted permission to copy, modify and
  9. - redistribute this source code, for commercial or non-commercial
  10. - purposes, with the following restrictions: (1) the origin of this
  11. - source code must not be misrepresented; (2) modified versions must
  12. - be plainly marked as such; and (3) this notice may not be removed
  13. - or altered from any source or modified source distribution.
  14. *====================================================================*/
  15. #ifndef LEPTONICA_ALLHEADERS_H
  16. #define LEPTONICA_ALLHEADERS_H
  17. #define LIBLEPT_MAJOR_VERSION 1
  18. #define LIBLEPT_MINOR_VERSION 66
  19. #include "alltypes.h"
  20. #ifndef NO_PROTOS
  21. #include "leptprotos.h"
  22. #endif /* NO_PROTOS */
  23. #endif /* LEPTONICA_ALLHEADERS_H */