Changeset 3852 in MondoRescue for branches/3.3/mondo/src/common


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/common
Files:
2 deleted
3 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"
Note: See TracChangeset for help on using the changeset viewer.