Adaption to Xorriso_standalonE, some consequences from compiler warnings

This commit is contained in:
2008-01-16 20:10:50 +00:00
parent d86166f6f7
commit 6186c66dc2
3 changed files with 24 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
/* ------------------------------------------------------------------------ */
#ifndef Xorriso_standalonE
/* The library which does the ISO 9660 / RockRidge manipulations */
/* >>> NG this is a botch name until somebody shows a better solution */
@@ -45,6 +46,17 @@
/* >>> NG */
#include "ng_xorrisoburn.h"
#else /* ! Xorriso_standalonE */
#include "../libisofs/libisofs.h"
#include "../libburn/libburn.h"
#include "../libisoburn/libisoburn.h"
#include "xorriso.h"
#include "xorriso_private.h"
#include "xorrisoburn.h"
#endif /* Xorriso_standalonE */
int Xorriso_pacifier_loop(struct XorrisO *xorriso, struct burn_drive *drive,
int flag);
@@ -1296,7 +1308,7 @@ int Xorriso_process_msg_queues(struct XorrisO *xorriso, int flag)
{
int ret, error_code= 0, os_errno= 0, count= 0, pass, start_pass= 0;
char severity[80];
IsoImage *volume;
IsoImage *volume= NULL;
if(xorriso->in_volset_handle==NULL)
start_pass= 1;
@@ -3002,7 +3014,7 @@ int Xorriso_findi_action(struct XorrisO *xorriso, struct FindjoB *job,
char *abs_path, char *show_path,
IsoNode *node, int depth, int flag)
{
int ret, type, action= 0;
int ret= 0, type, action= 0;
uid_t user= 0;
gid_t group= 0;
time_t date= 0;