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 #10 from ccawley2011/watcom
[debian-nspark.git]
/
arc.h
blob
19765672908f213d4a19f68267439070dac81647
1
/*
2
* archive function prototypes
3
*
4
* $Header: arc.h 1.1 92/09/29 $
5
* $Log: arc.h,v $
6
* Revision 1.1 92/09/29 18:02:29 duplain
7
* Initial revision
8
*
9
*/
10
11
#ifndef __ARC_H
12
#define __ARC_H
13
14
int
do_arc
(
void
);
15
16
#endif
/* __ARC_H */