Update of /cvsroot/liboss/liboss/include
In directory usw-pr-cvs1:/tmp/cvs-serv15416
Modified Files:
soundcard.h
Log Message:
Defines the stuff if LIBOSS_INTERNAL is set now
Index: soundcard.h
===================================================================
RCS file: /cvsroot/liboss/liboss/include/soundcard.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- soundcard.h 23 Oct 2002 02:05:14 -0000 1.6
+++ soundcard.h 31 Oct 2002 01:15:00 -0000 1.7
@@ -313,6 +313,10 @@
}
static inline void close (int x) {oss_close(x);}
+#else
+extern int oss_ioctl (int,unsigned long,va_list);
+extern int oss_open (const char *,int,va_list);
+extern void oss_close (int);
#endif
__END_DECLS
#endif /* !_SOUNDCARD_H_ */
|