Make the library when building dist and normal targets
[omfsprogs.git] / dump.h
blob53e1d5187c6ca5675860cff509346c49a9a06e41
1 #ifndef _DUMP_H
2 #define _DUMP_H
3 #include <stdio.h>
5 int dump_fs(FILE *fp);
6 #endif