Non-functional changes:

Small coding style changes: add _t to some types, p_/psz_ to some variables
  Update/add doxygen comments
  add missing regression test output
This commit is contained in:
rocky
2005-01-12 11:34:51 +00:00
parent f6f38f0359
commit 15527b8cb1
11 changed files with 328 additions and 213 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: iso1.c,v 1.2 2004/11/21 22:30:55 rocky Exp $
$Id: iso1.c,v 1.3 2005/01/12 11:34:51 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -52,8 +52,8 @@
int
main(int argc, const char *argv[])
{
CdioList *entlist;
CdioListNode *entnode;
CdioList_t *entlist;
CdioListNode_t *entnode;
iso9660_t *p_iso = iso9660_open (ISO9660_IMAGE);