Rev | Line | |
---|
[109] | 1 | /****************************************************************************/
|
---|
| 2 | /* */
|
---|
| 3 | /* Module: jbicomp.h */
|
---|
| 4 | /* */
|
---|
| 5 | /* Copyright (C) Altera Corporation 1997-2001 */
|
---|
| 6 | /* */
|
---|
| 7 | /* Description: Contains the function prototypes for compressing */
|
---|
| 8 | /* and uncompressing Boolean array data. */
|
---|
| 9 | /* */
|
---|
| 10 | /****************************************************************************/
|
---|
| 11 |
|
---|
| 12 | #ifndef INC_JBICOMP_H
|
---|
| 13 | #define INC_JBICOMP_H
|
---|
| 14 |
|
---|
| 15 | unsigned long jbi_uncompress
|
---|
| 16 | (
|
---|
| 17 | unsigned char *in,
|
---|
| 18 | unsigned long in_length,
|
---|
| 19 | unsigned char *out,
|
---|
| 20 | unsigned long out_length,
|
---|
| 21 | int version
|
---|
| 22 | );
|
---|
| 23 |
|
---|
| 24 | #endif /* INC_JBICOMP_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.