Ignore:
Timestamp:
Aug 9, 2015, 6:15:26 AM (9 years ago)
Author:
Bruno Cornec
Message:

Fix remaining compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3398 r3413  
    5656extern void setup_tmpdir(char *path);
    5757extern void setup_scratchdir(char *path);
     58extern char *mr_popup_and_get_string(char *title, char *b, char *input);
    5859
    5960static char g_cdrw_drive_is_here[MAX_STR_LEN / 4] = "";
     
    21142115 * Return the type of boot of the system (UEFI, EFI or BIOS)
    21152116 */
    2116 t_boot mr_boot_type() {
     2117t_boot mr_boot_type(void) {
    21172118
    21182119    t_boot ret = BIOS;
Note: See TracChangeset for help on using the changeset viewer.