Nagram/TMessagesProj/jni/org_telegram_SQLite.h

10 lines
163 B
C
Raw Normal View History

2013-10-25 15:19:00 +00:00
#ifndef __SQLITE_H__
#define __SQLITE_H__
#include <jni.h>
#include "sqlite3.h"
void throw_sqlite3_exception(JNIEnv* env, sqlite3 *handle, int errcode);
#endif