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]
/
store.h
blob
40a0f0494db6ba74f618ba1b145a520fcb1c7fd8
1
/*
2
* store/unstore function prototypes
3
*
4
* $Header: store.h 1.1 92/09/29 $
5
* $Log: store.h,v $
6
* Revision 1.1 92/09/29 18:02:42 duplain
7
* Initial revision
8
*
9
*/
10
11
#ifndef __STORE_H
12
#define __STORE_H
13
14
Status
unstore
(
Header
*
header
,
FILE
*
ifp
,
FILE
*
ofp
);
15
16
#endif
/* __STORE_H */