1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-24 21:59:23 +00:00

8 lines
279 B
Nim
Raw Normal View History

## This file contains additional definitions that nimterop does not generate
## code for
import sqlite3_gen
export sqlite3_gen
proc sqlite3_bind_blob*(pstmt: ptr sqlite3_stmt, param: cint, value: pointer, n: cint, dispose: proc (v: pointer) {.cdecl.}): cint {.importc, cdecl.}