Ignore:
Timestamp:
Feb 16, 2007, 1:22:49 PM (17 years ago)
Author:
Bruno Cornec
Message:

Merger memory management from trunk for libmondo-raid.c
Additional check for mr_allocstr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-stream.c

    r1123 r1174  
    1 /* libmondo-stream.c
    2    $Id$
     1/* $Id$
    32
    43...tools for talking to tapes, Monitas streams, etc.
    5 
    64*/
    75
    8 
    9 /**
     6/*
     7 *
    108 * @file
    119 * Functions for writing data to/reading data from streams (tape, CD stream, etc.)
    1210 */
     11
     12#include <unistd.h>
    1313
    1414#include "my-stuff.h"
    1515#include "mr_mem.h"
    1616#include "mr_msg.h"
     17
    1718#include "mondostructures.h"
    1819#include "libmondo-devices.h"
     
    2021#include "libmondo-string-EXT.h"
    2122#include "libmondo-files-EXT.h"
    22 #include "libmondo-gui-EXT.h"
     23#include "newt-specific-EXT.h"
    2324#include "libmondo-fork-EXT.h"
    2425#include "libmondo-tools-EXT.h"
Note: See TracChangeset for help on using the changeset viewer.