xdrtoken.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 db__send_token  (dbToken *token)
00004 
00005 {
00006     return db__send_int (*token);
00007 }
00008 
00009 db__recv_token  (dbToken *token)
00010 
00011 {
00012     return db__recv_int (token);
00013 }

Generated on Sun Apr 6 17:31:38 2008 for GRASS by  doxygen 1.5.5