Changeset 3873 in MondoRescue


Ignore:
Timestamp:
Mar 7, 2024, 7:01:08 PM (7 weeks ago)
Author:
Bruno Cornec
Message:

Fix errors

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

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-cli.c

    r3870 r3873  
    1616#include "mondostructures.h"
    1717#include "libmondo-cli-EXT.h"
    18 #include "libmondo-newt-specific-EXT.h"
     18#include "newt-specific-EXT.h"
    1919#include "libmondo.h"
    2020
  • branches/3.3/mondo/src/common/newt-specific-EXT.h

    r3871 r3873  
    1616extern void popup_and_OK(const char *prompt);
    1717extern bool popup_and_get_string(char *title, char *b, char *output, int maxsize);
    18 extern char *mr_popup_and_get_string(char *title, char *b, char *output, int maxsize);
     18extern char *mr_popup_and_get_string(char *title, char *b, char *output);
    1919extern bool popup_with_buttons(char *p, char *button1, char *button2);
    2020extern void refresh_log_screen();
  • branches/3.3/mondo/src/mondorestore/mondo-rstr-tools.c

    r3871 r3873  
    1515#include "mondo-rstr-tools.h"
    1616#include "libmondo-mountlist-EXT.h"
    17 #include "libmondo-newt-specific-EXT.h"
     17#include "newt-specific-EXT.h"
    1818
    1919/**
  • branches/3.3/mondo/src/mondorestore/mondorestore.c

    r3871 r3873  
    2121#include "mondo-rstr-tools-EXT.h"
    2222#include "libmondo-mountlist-EXT.h"
    23 #include "libmondo-newt-specific-EXT.h"
     23#include "newt-specific-EXT.h"
    2424
    2525extern void wait_until_software_raids_are_prepped(char *, int);
Note: See TracChangeset for help on using the changeset viewer.