summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/cd9660.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-02-16 14:39:40 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-02-16 14:39:40 +0000
commit6c92e0b11998dc315af7602ab8f9f98c2f5d8095 (patch)
tree430497a640a72b5615674ab051945ee57e8237a1 /sys/lib/libsa/cd9660.h
parentc46bb180adc2f59a65168c318cc52b3f82ff858d (diff)
opendir, readdir, closedir (define NO_READDIR, if none required)
minor fix in cd9660 only ufs working, all the others are on the list....
Diffstat (limited to 'sys/lib/libsa/cd9660.h')
-rw-r--r--sys/lib/libsa/cd9660.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/lib/libsa/cd9660.h b/sys/lib/libsa/cd9660.h
index 6031323a380..94e9f2ed241 100644
--- a/sys/lib/libsa/cd9660.h
+++ b/sys/lib/libsa/cd9660.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: cd9660.h,v 1.2 1997/02/16 14:39:39 mickey Exp $ */
/* $NetBSD: cd9660.h,v 1.1 1996/09/30 16:01:20 ws Exp $ */
/*
@@ -39,3 +40,4 @@ int cd9660_write __P((struct open_file *f, void *buf,
size_t size, size_t *resid));
off_t cd9660_seek __P((struct open_file *f, off_t offset, int where));
int cd9660_stat __P((struct open_file *f, struct stat *sb));
+int cd9660_readdir __P((struct open_file *f, char *name));