Ignore:
Timestamp:
Feb 25, 2007, 1:28:17 AM (17 years ago)
Author:
Bruno Cornec
Message:

Merge trunk emory management for mondo-rstr-compare.c and .h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-newt.h

    r1168 r1200  
    1 /***************************************************************************
    2                           mondo-rstr-newt.h  -  description
    3                              -------------------
    4     begin                : Sat Apr 20 2002
    5     copyright            : (C) 2002 by Stan Benoit
    6     email                : troff@nakedsoul.org
    7     cvsid                : $Id$
    8  ***************************************************************************/
    9 
    10 /***************************************************************************
    11  *                                                                         *
    12  *   This program is free software; you can redistribute it and/or modify  *
    13  *   it under the terms of the GNU General Public License as published by  *
    14  *   the Free Software Foundation; either version 2 of the License, or     *
    15  *   (at your option) any later version.                                   *
    16  *                                                                         *
    17  ***************************************************************************/
    18 
     1/*
     2 * $Id$
     3**/
    194
    205#include "my-stuff.h"
     
    2712#endif /*__FreeBSD__*/
    2813
    29 #define NO_FLAWS_DETECTED "No flaws detected in mountlist at this time. Hit 'OK' to proceed."
     14#define NO_FLAWS_DETECTED _("No flaws detected in mountlist at this time. Hit 'OK' to proceed.")
    3015
    3116
     
    4631extern long get_phys_size_of_drive(char *);
    4732extern bool is_this_device_mounted(char *);
     33extern void mr_strip_spaces(char *);
    4834extern void initialize_raidrec(struct raid_device_record *);
    4935extern int make_list_of_drives(struct mountlist_itself *,
     
    7258    g_current_progress, g_currentY;
    7359extern bool g_ISO_restore_mode;
    74 
    75 
    76 /* my global variables */
    77 
    78 //extern newtComponent g_progressForm, g_blurb1, g_blurb2, g_blurb3, g_label,
    79 //  g_timeline, g_percentline, g_scale;
    80 //extern char err_log_lines[NOOF_ERR_LINES][MAX_STR_LEN], g_blurb_str_1[MAX_STR_LEN] =
    81 //  "", g_blurb_str_2[MAX_STR_LEN] = "", g_blurb_str_3[MAX_STR_LEN] = "";
    82 //newtComponent g_isoform_main =
    83 //  NULL, g_isoform_header, g_isoform_scale, g_isoform_timeline,
    84 //  g_isoform_pcline;
    85 //long g_isoform_starttime;
    86 //int g_isoform_old_progress = -1;
    87 //char g_isoform_header_str[MAX_STR_LEN];
    88 //int g_mysterious_dot_counter;
    89 
    90 
    91 
    92 
    9360
    9461/* my subroutines */
     
    195162char *strip_path(char *);
    196163
    197 
    198 
    199 
    200164/* -------------------------------------------------------------------- */
    201165
Note: See TracChangeset for help on using the changeset viewer.