GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
xdr.h
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <grass/dbmi.h>
3 
4 extern int db__send(const void *, size_t);
5 extern int db__recv(void *, size_t);