#ifndef _ENDIAN_H_
#define _ENDIAN_H_

#include "proxytrace.h"

/* detects endian-ness */
int IsLittleEndian(void);

/* changes endian-ness */
void ToOtherEndian(TEntry *e);

#endif


syntax highlighted by Code2HTML, v. 0.9.1