#ifndef  CLIB_UEBERSETZER_PROTOS_H
#define  CLIB_UEBERSETZER_PROTOS_H

/*
**	$VER: uebersetzer_protos.h 37.1 (25.09.94)
**	Includes Release 37.1
**
**	C prototypes. For use with 32 bit integers only.
**
**	(C) Copyright 1994 Jürgen Schmitz - Freeware
**	    All Rights Reserved
*/

#ifndef  EXEC_TYPES_H
#include <exec/types.h>
#endif
LONG Translate( STRPTR inputString, long inputLength, STRPTR outputBuffer,
	long bufferSize );
#endif	 /* CLIB_UEBERSETZER_PROTOS_H */
