CVS User Account cvsuser
Fri Dec 10 23:53:21 PST 2004
Log Message:
-----------
Remove warning of ProcessConfigFile not defined.

Modified Files:
--------------
    slony1-engine/src/slon:
        slon.h (r1.41 -> r1.42)

Added Files:
-----------
    slony1-engine/src/slon:
        conf-file.h (r1.1)

-------------- next part --------------
--- /dev/null
+++ src/slon/conf-file.h
@@ -0,0 +1,7 @@
+/* $Id: conf-file.h,v 1.1 2004/12/10 23:53:15 darcyb Exp $ */
+#ifndef __CONF_FILE_H__
+#define __CONF_FILE_H__
+
+void ProcessConfigFile(const char *filename);
+
+#endif
Index: slon.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/slon.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -Lsrc/slon/slon.h -Lsrc/slon/slon.h -u -w -r1.41 -r1.42
--- src/slon/slon.h
+++ src/slon/slon.h
@@ -16,6 +16,7 @@
 
 #include "config.h"
 #include "misc.h"
+#include "conf-file.h"
 
 #define SLON_MEMDEBUG	1
 
@@ -406,7 +407,6 @@
  */
 extern void	   *cleanupThread_main(void *dummy);
 
-
 /* ----------
  * Global variables in sync_thread.c
  * ----------


More information about the Slony1-commit mailing list