mux/src/sqlshared.cpp

Go to the documentation of this file.
00001 // sqlshared.cpp -- Shared code between the main server and the sqlslave.
00002 //
00003 // $Id: sqlshared.cpp,v 1.2 2005/10/14 17:34:09 sdennis Exp $
00004 //
00005 #include "autoconf.h"
00006 #include "config.h"
00007 
00008 #ifdef QUERY_SLAVE
00009 #include "sqlshared.h"
00010 
00011 void sqlfoo(void)
00012 {
00013     return;
00014 }
00015 
00016 #endif // QUERY_SLAVE

Generated on Mon May 28 04:40:11 2007 for MUX by  doxygen 1.4.7