diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:24:55 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:24:55 +0000 |
commit | afb43784ec70863c09ec927bb588355f2df4a3c5 (patch) | |
tree | 0064916e1490e02fbfcc131c7bbe647d7ca62c84 /libdiskfs/diskfs.c | |
parent | ae34c667030c0bca9e82b601dd65018f5c489c3b (diff) | |
download | hurd-afb43784ec70863c09ec927bb588355f2df4a3c5.tar.gz hurd-afb43784ec70863c09ec927bb588355f2df4a3c5.tar.bz2 hurd-afb43784ec70863c09ec927bb588355f2df4a3c5.zip |
Mon Oct 21 21:54:34 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* diskfs.h: Add extern inline protection.
* diskfs.c: New file.
* Makefile (OTHERSRCS): Add diskfs.c.
Diffstat (limited to 'libdiskfs/diskfs.c')
-rw-r--r-- | libdiskfs/diskfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/diskfs.c b/libdiskfs/diskfs.c new file mode 100644 index 00000000..934fd168 --- /dev/null +++ b/libdiskfs/diskfs.c @@ -0,0 +1,2 @@ +#define DISKFS_EI +#include "diskfs.h" |