cdio.{c,h}: update initializations for get_devices.

This commit is contained in:
rocky
2003-10-03 02:36:52 +00:00
parent c45bc0958e
commit 694a61cdf1
4 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/* -*- c -*-
$Id: cdio.h,v 1.28 2003/10/03 01:12:23 rocky Exp $
$Id: cdio.h,v 1.29 2003/10/03 02:36:52 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -392,6 +392,8 @@ extern "C" {
char * cdio_get_default_device_solaris(void);
char **cdio_get_devices_solaris(void);
/*! Darwin OS X CD-reading routines.
NULL is returned on error.
*/