CdIo -> CdIo_t

This commit is contained in:
rocky
2005-01-04 04:42:17 +00:00
parent 1df3d730f2
commit 694fbf8006

View File

@@ -1,7 +1,7 @@
/* /*
$Id: util.c,v 1.28 2004/12/18 17:29:32 rocky Exp $ $Id: util.c,v 1.29 2005/01/04 04:42:17 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ char *source_name = NULL;
char *program_name; char *program_name;
void void
myexit(CdIo *cdio, int rc) myexit(CdIo_t *cdio, int rc)
{ {
if (NULL != cdio) cdio_destroy(cdio); if (NULL != cdio) cdio_destroy(cdio);
if (NULL != program_name) free(program_name); if (NULL != program_name) free(program_name);
@@ -90,7 +90,7 @@ fillout_device_name(const char *device_name)
/*! Prints out SCSI-MMC drive features */ /*! Prints out SCSI-MMC drive features */
void void
print_mmc_drive_features(CdIo *p_cdio) print_mmc_drive_features(CdIo_t *p_cdio)
{ {
int i_status; /* Result of SCSI MMC command */ int i_status; /* Result of SCSI MMC command */