* Replace sqlite_int64 with int64_t in many places, to better allow for the possibility of other databases. (Thanks Douglas Carmichael)
This commit is contained in:
@ -32,7 +32,7 @@ struct sqlite3PrngType {
|
||||
} sqlite3Prng;
|
||||
|
||||
char *
|
||||
decodeString(char * string, int inplace);
|
||||
decodeString(char *string, int inplace);
|
||||
|
||||
void
|
||||
TiVoRandomSeedFunc(sqlite3_context *context, int argc, sqlite3_value **argv);
|
||||
|
Reference in New Issue
Block a user