00001 // sqlshared.h -- Shared code between the main server and the sqlslave. 00002 // 00003 // $Id: sqlshared.h,v 1.2 2005/10/14 17:34:09 sdennis Exp $ 00004 // 00005 00006 #ifndef SQLSHARED_H 00007 #define SQLSHARED_H 00008 #ifdef QUERY_SLAVE 00009 00010 extern void sqlfoo(void); 00011 00012 #endif // QUERY_SLAVE 00013 #endif // SQLSHARED_H