Nagram/TMessagesProj/jni/org_telegram_SQLite.h
2013-10-25 19:19:00 +04:00

10 lines
163 B
C
Executable File

#ifndef __SQLITE_H__
#define __SQLITE_H__
#include <jni.h>
#include "sqlite3.h"
void throw_sqlite3_exception(JNIEnv* env, sqlite3 *handle, int errcode);
#endif