inflate.h 892 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * =====================================================================================
  3. *
  4. * ________ .__ __ ________ ____ ________
  5. * \_____ \ __ __|__| ____ | | __\______ \ _______ _/_ |/ _____/
  6. * / / \ \| | \ |/ ___\| |/ / | | \_/ __ \ \/ /| / __ \
  7. * / \_/. \ | / \ \___| < | ` \ ___/\ / | \ |__\ \
  8. * \_____\ \_/____/|__|\___ >__|_ \/_______ /\___ >\_/ |___|\_____ /
  9. * \__> \/ \/ \/ \/ \/
  10. *
  11. * www.optixx.org
  12. *
  13. *
  14. * Version: 1.0
  15. * Created: 09/22/2009
  16. * Author: jannis@harderweb.de
  17. *
  18. * =====================================================================================
  19. */
  20. #ifndef __INFLATE_H__
  21. #define __INFLATE_H__
  22. extern char inflate_done;
  23. void inflate_init();
  24. #endif