summaryrefslogtreecommitdiff
path: root/examples/zigcrypto.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/zigcrypto.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zigcrypto.zig b/examples/zigcrypto.zig
index 05c44a5..9489df1 100644
--- a/examples/zigcrypto.zig
+++ b/examples/zigcrypto.zig
@@ -39,7 +39,7 @@ fn createAllFunctions(db: *sqlite.Db) !void {
39 ); 39 );
40} 40}
41 41
42pub export fn sqlite3_zigcrypto_init(raw_db: *c.sqlite3, err_msg: [*c][*c]u8, api: *c.sqlite3_api_routines) callconv(.C) c_int { 42pub export fn sqlite3_zigcrypto_init(raw_db: *c.sqlite3, err_msg: [*c][*c]u8, api: *c.sqlite3_api_routines) callconv(.c) c_int {
43 _ = err_msg; 43 _ = err_msg;
44 44
45 c.sqlite3_api = api; 45 c.sqlite3_api = api;