summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-24 19:24:55 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-24 19:24:55 +0000
commitafb43784ec70863c09ec927bb588355f2df4a3c5 (patch)
tree0064916e1490e02fbfcc131c7bbe647d7ca62c84 /libdiskfs/diskfs.c
parentae34c667030c0bca9e82b601dd65018f5c489c3b (diff)
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.c2
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"