00001 /*** Copyright (c), The Regents of the University of California *** 00002 *** For more information please refer to files in the COPYRIGHT directory ***/ 00003 /* 00004 Simple program to test the Rcat Low Level routines to Postgres or Oracle. 00005 */ 00006 00007 #include "rods.h" 00008 #include "icatLowLevel.h" 00009 00010 /*int ProcessType=CLIENT_PT; */ 00011 00012 int 00013 main(int argc, char **argv) { 00014 int i; 00015 00016 i = cllTest(argv[1], argv[2]); 00017 return(i); 00018 } 00019 00020