*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 24 Nov 2005 09:08:51 +0000 (09:08 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 24 Nov 2005 09:08:51 +0000 (09:08 +0000)
mmsoftware/mmlib/mmsql.h
mmsoftware/mmmail/src/mmpop3d/mmpop3d.h
mmsoftware/mmmail/src/mmsmtpd/mmsmtpd.h

index 91619f7..029e6b7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mmsql.h,v 1.8.2.1 2005/11/24 07:13:39 mmondor Exp $ */
+/* $Id: mmsql.h,v 1.8.2.2 2005/11/24 09:04:55 mmondor Exp $ */
 
 /*
  * Copyright (C) 2000-2004, Matthew Mondor
@@ -60,7 +60,6 @@ struct mmsql_threadsupport {
     void * (*mutex_destroy)(void *);
     void (*mutex_lock)(void *);
     void (*mutex_unlock)(void *);
-    void (*thread_yield)(void);
     unsigned int (*thread_sleep)(unsigned int);
 };
 
index 5a23a7f..ecbdfaa 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mmpop3d.h,v 1.16.2.2 2005/11/24 09:01:36 mmondor Exp $ */
+/* $Id: mmpop3d.h,v 1.16.2.3 2005/11/24 09:08:51 mmondor Exp $ */
 
 /*
  * Copyright (C) 2001-2004, Matthew Mondor
@@ -62,7 +62,7 @@
 /* DEFINITIONS */
 
 #define DAEMON_NAME    "mmpop3d"
-#define DAEMON_VERSION "mmmail-0.0.24/mmondor"
+#define DAEMON_VERSION "mmmail-0.1.0/mmondor"
 
 /* Negative states are used by the state swapper, others are real states */
 #define STATE_ERROR    -3
index a246ae9..2676f4c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mmsmtpd.h,v 1.33.2.2 2005/11/24 09:01:36 mmondor Exp $ */
+/* $Id: mmsmtpd.h,v 1.33.2.3 2005/11/24 09:08:51 mmondor Exp $ */
 
 /*
  * Copyright (C) 2001-2004, Matthew Mondor
@@ -62,7 +62,7 @@
 
 /* DEFINITIONS */
 #define DAEMON_NAME    "mmsmtpd"
-#define DAEMON_VERSION "mmmail-0.0.24/mmondor"
+#define DAEMON_VERSION "mmmail-0.1.0/mmondor"
 
 /* Negative states are used by the state swapper, others are real states */
 #define STATE_ERROR    -3