summaryrefslogtreecommitdiff
path: root/zlib/inffast.h
blob: 6d908a00f900775c73b849c0ee09908bd7457bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 1995-1998 Mark Adler
 * For conditions of distribution and use, see copyright notice in zlib.h 
 */

/**
 * \file inffast.h
 * Header to use inffast.c.
 */
/* WARNING: this file should *not* be used by applications. It is
   part of the implementation of the compression library and is
   subject to change. Applications should only use zlib.h.
 */

extern int inflate_fast OF((
    inflate_blocks_statef * s,
    z_streamp z))  // __attribute__((regparm(3)));
	/*@modifies s @*/;