diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/sqlite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sqlite.h b/src/common/sqlite.h index 559af38..26dbd33 100644 --- a/src/common/sqlite.h +++ b/src/common/sqlite.h @@ -43,6 +43,7 @@ typedef struct _bound_value union { + int32_t integer; /* Nombre sur 32 bits */ int64_t integer64; /* Nombre sur 64 bits */ char *string; /* Chaîne de caractères #1 */ const char *cstring; /* Chaîne de caractères #2 */ |