wok diff syslinux/stuff/iso2exe/bootlinux.h @ rev 22048

updated transmission again (2.92 -> 2.94)
author Hans-G?nter Theisgen
date Tue Oct 22 15:42:09 2019 +0100 (2019-10-22)
parents 65b3fd0022ed
children
line diff
     1.1 --- a/syslinux/stuff/iso2exe/bootlinux.h	Thu Mar 28 11:51:42 2013 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/bootlinux.h	Tue Oct 22 15:42:09 2019 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #ifndef __BOOTLINUX_H
     1.5  #define __BOOTLINUX_H
     1.6 -extern long loadkernel(void);
     1.7 +extern unsigned long loadkernel(void);
     1.8  extern void loadinitrd(void);
     1.9  extern void bootlinux(char *cmdline);
    1.10  #endif