00001 #include <grass/btree.h> 00002 00003 int btree_rewind(BTREE * B) 00004 { 00005 B->cur = 0; 00006 00007 return 0; 00008 }