xdrtoken.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 
00004 int db__send_token(dbToken * token)
00005 {
00006     return db__send_int(*token);
00007 }
00008 
00009 int db__recv_token(dbToken * token)
00010 {
00011     return db__recv_int(token);
00012 }
Generated on Tue Apr 6 13:27:22 2010 for GRASS Programmer's Manual by  doxygen 1.6.3