repo.or.cz
/
omfsprogs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make the library when building dist and normal targets
[omfsprogs.git]
/
dump.h
blob
53e1d5187c6ca5675860cff509346c49a9a06e41
1
#ifndef _DUMP_H
2
#define _DUMP_H
3
#include <stdio.h>
4
5
int
dump_fs
(
FILE
*
fp
);
6
#endif