Changeset 3852 in MondoRescue for branches/3.3


Ignore:
Timestamp:
Mar 6, 2024, 3:02:43 AM (4 months ago)
Author:
Bruno Cornec
Message:

Remove other useless headers and fix fatal_error proto

Location:
branches/3.3/mondo/src
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/Makefile.am

    r3850 r3852  
    2424                       libmondo-raid-EXT.h  \
    2525                       libmondo-string-EXT.h libmondo-tools-EXT.h \
    26                        libmondo-verify-EXT.h  libmondo-stream-EXT.h libmondo-cli-EXT.h \
    27                        newt-specific.h
     26                       libmondo-verify-EXT.h  libmondo-stream-EXT.h libmondo-cli-EXT.h
  • branches/3.3/mondo/src/common/newt-specific-EXT.h

    r128 r3852  
    66extern void close_evalcall_form(void);
    77extern void close_progress_form();
    8 extern void fatal_error(char *error_string);
     8extern void fatal_error(const char *error_string);
    99extern void finish(int signal);
    1010extern void mvaddstr_and_log_it(int y, int x, char *output);
  • branches/3.3/mondo/src/common/newt-specific.c

    r3846 r3852  
    2222#include "mr_str.h"
    2323#include "mondostructures.h"
    24 #include "newt-specific.h"
    2524#include "libmondo-string-EXT.h"
    2625#include "libmondo-files-EXT.h"
  • branches/3.3/mondo/src/mondorestore/mr-externs.h

    r3615 r3852  
    3535extern void free_filelist(struct s_node *);
    3636extern long get_time(void);
    37 extern void fatal_error(char *);
     37extern void fatal_error(const char *);
    3838extern void initialize_raid_record(struct raid_device_record *);
    3939extern bool is_this_device_mounted(char *);
Note: See TracChangeset for help on using the changeset viewer.