Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package sqlite3

/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package sqlite3

/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package sqlite3

/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package sqlite3
#cgo CFLAGS: -Wno-deprecated-declarations
#cgo linux,!android CFLAGS: -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package sqlite3
/*

#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_load_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package sqlite3

/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_preupdate_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package sqlite3
#cgo LDFLAGS: -lm

#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_unlock_notify.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifdef SQLITE_ENABLE_UNLOCK_NOTIFY
#include <stdio.h>
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"

extern int unlock_notify_wait(sqlite3 *db);

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_unlock_notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_ENABLE_UNLOCK_NOTIFY

#include <stdlib.h>
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"

extern void unlock_notify_callback(void *arg, int argc);
*/
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_userauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_USER_AUTHENTICATION
#cgo LDFLAGS: -lm
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_vtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package sqlite3
#cgo CFLAGS: -Wno-deprecated-declarations

#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package sqlite3

/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package sqlite3

/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
Expand Down