From afb43784ec70863c09ec927bb588355f2df4a3c5 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 24 Oct 1996 19:24:55 +0000 Subject: Mon Oct 21 21:54:34 1996 Thomas Bushnell, n/BSG * diskfs.h: Add extern inline protection. * diskfs.c: New file. * Makefile (OTHERSRCS): Add diskfs.c. --- libdiskfs/diskfs.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libdiskfs/diskfs.c (limited to 'libdiskfs/diskfs.c') 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" -- cgit v1.2.3