Ignore:
Timestamp:
Apr 16, 2007, 4:50:28 PM (17 years ago)
Author:
Bruno Cornec
Message:

MONDO_LOGFILE is rather a char* exported by each main program (consolidation of those mecanisms in .h files with ps_*)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/common/libmondo-archive.c

    r1315 r1316  
    173173 */
    174174
    175 #include "../common/my-stuff.h"
    176 #include "../common/mondostructures.h"
     175#include "my-stuff.h"
     176#include "mondostructures.h"
    177177#include "libmondo-string-EXT.h"
    178178#include "libmondo-stream-EXT.h"
     
    187187#include "libmondo-archive.h"
    188188#include "lib-common-externs.h"
     189#include "mondoarchive.h"
    189190#include <sys/sem.h>
    190191#include <sys/types.h>
     
    237238extern char *g_getfacl;
    238239extern char *g_getfattr;
     240extern char *MONDO_LOGFILE;
    239241
    240242
Note: See TracChangeset for help on using the changeset viewer.