blob: 536c806cf0c407beebfca7709fbabee5e7d82aae [file] [log] [blame]
#if !defined(sieb_h)
#define sieb_h
#include "JNIHelp.h"
#include "jni.h"
void throwNewOutOfMemoryError (JNIEnv * env, const char *message);
void throwNewIllegalArgumentException (JNIEnv * env, const char *message);
void throwNewIllegalStateException (JNIEnv * env, const char *message);
void * sieb_malloc (JNIEnv * env, size_t byteCnt);
void sieb_free (JNIEnv * env, void * adr);
void sieb_convertToPlatform (char *path);
#endif /* sieb_h */