repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git]
/
shotgun
/
lib
/
compress.h
blob
8990b7ea70465dc574d6125da2fa02df48705282
1
#ifndef RBS_COMPRESS_H
2
#define RBS_COMPRESS_H
3
4
OBJECT
compress_deflate
(
STATE
,
unsigned char
*
in
);
5
OBJECT
compress_inflate
(
STATE
,
unsigned char
*
in
);
6
7
#endif