int fsync( int fd ) { return 0; }
fsync will expect an Integer pointer right. But sqlite pointer is of type
sqlite3*. So how can fsync works on sqlite. What should I pass to fsync???On Thu, May 17, 2012 at 9:19 PM, Jay A. Kreibich <[email protected]> wrote: > int fsync( int fd ) { return 0; } -- * Thanks & Regards, Rajesh Kumar P * _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

