repo.or.cz
/
debian-nspark.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #7 from ccawley2011/msvc
[debian-nspark.git]
/
unarc.h
blob
71d4af5617229801054a74931edc7ba06fc7acc5
1
/*
2
* unarchive function prototypes
3
*
4
* $Header: unarc.h 1.1 92/09/29 $
5
* $Log: unarc.h,v $
6
* Revision 1.1 92/09/29 18:02:43 duplain
7
* Initial revision
8
*
9
*/
10
11
#ifndef __UNARC_H
12
#define __UNARC_H
13
14
int
do_unarc
(
void
);
15
int
do_unsquash
(
void
);
16
17
#endif
/* __UNARC_H */