GRASS Programmer's Manual  6.4.1(2011)
xdr.h
Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <grass/dbmi.h>
00003 
00004 extern int db__send(const void *, size_t);
00005 extern int db__recv(void *, size_t);
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines