GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
vector/Vlib/rewind.c File Reference
#include <grass/Vect.h>
#include <grass/glocale.h>
Include dependency graph for vector/Vlib/rewind.c:

Go to the source code of this file.

Functions

int Vect_rewind (struct Map_info *Map)
 Rewind vector data file to cause reads to start at beginning. More...
 

Function Documentation

int Vect_rewind ( struct Map_info *  Map)

Rewind vector data file to cause reads to start at beginning.

Parameters
Mapvector map
Returns
0 on success
-1 on error

Definition at line 62 of file vector/Vlib/rewind.c.

References G_debug(), and render::Map.

Referenced by Vect__open_old(), Vect_build_nat(), and Vect_copy_map_lines().