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


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

Fix errors

Location:
branches/3.3/mondo/src/common
Files:
2 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();
Note: See TracChangeset for help on using the changeset viewer.