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 <j...@kreibi.ch> wrote:

>  int fsync( int fd ) { return 0; }




-- 
*
Thanks & Regards,
Rajesh Kumar P
*
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to