--- vmconvert.h-orig 2005-08-03 13:14:36.000000000 +0200 +++ vmconvert.h 2005-08-03 09:40:04.000000000 +0200 @@ -1,3 +1,5 @@ +/* vmconvert.h - adapted by Peter Fokker ; deal with endianness 2005-08-03 */ + #ifndef VMCONVERT_H #define VMCONVERT_H @@ -5,6 +7,8 @@ int vmo_start(); void vmo_decode(void *vmo_frame, void *buffer); void vmo_end(); +short endian_s(short i); +long endian_l(long i); #endif