diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:26:31 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:26:31 +0000 |
commit | 3e94c51b0ade0767cf807dad1052e2e927ecc535 (patch) | |
tree | 2d12e6f3ce387be61eca5005933d2bc30efde7e2 /libnetfs/netfs.c | |
parent | b0886bd7ecb4ed1976d8ceddb1aeff3f54110114 (diff) |
Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* netfs.h: Add extern inline protection.
* netfs.c: New file.
* Makefile (OTHERSRCS): Add netfs.c.
Diffstat (limited to 'libnetfs/netfs.c')
-rw-r--r-- | libnetfs/netfs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnetfs/netfs.c b/libnetfs/netfs.c new file mode 100644 index 00000000..a6b532ff --- /dev/null +++ b/libnetfs/netfs.c @@ -0,0 +1,3 @@ +#define NETFS_EI +#include "netfs.h" + |