GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
xdrtoken.c
Go to the documentation of this file.
1
#include <grass/dbmi.h>
2
3
4
int
db__send_token
(dbToken * token)
5
{
6
return
db__send_int
(*token);
7
}
8
9
int
db__recv_token
(dbToken * token)
10
{
11
return
db__recv_int
(token);
12
}
lib
db
dbmi_base
xdrtoken.c
Generated on Wed Jun 6 2012 14:04:30 for GRASS Programmer's Manual by
1.8.1