Date: Wed Jun 26 15:03:18 CEST 2002
User: Derick Rethans
Directory: srm/main/src
Log Message:
[0.50]
- Fix symbol problems
Modified files:
srm/main/srm_config.h.in (version: 1.25)
srm/main/src/srm_client.h (version: 1.24)
srm/main/src/srm_value.c (version: 1.48)
[FILE: /srm/main/srm_config.h.in]
--- srm/main/srm_config.h.in:1.24 Wed Jun 26 07:32:52 2002 GMT
+++ srm/main/srm_config.h.in Wed Jun 26 11:03:17 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.24 2002/06/26 09:32:52 derick Exp $ */
+/* $Id: cvstemp,v 1.25 2002/06/26 13:03:17 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -97,6 +97,6 @@
void srm_error (int value, char *format, ...);
void srm_fmt_message (int level, char *group, char *format, ...);
-int srm_debug;
+extern int srm_debug;
#endif
[FILE: /srm/main/src/srm_client.h]
--- srm/main/src/srm_client.h:1.23 Sun Feb 10 18:54:27 2002 GMT
+++ srm/main/src/srm_client.h Wed Jun 26 11:03:18 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.23 2002/02/10 19:54:27 sterling Exp $ */
+/* $Id: cvstemp,v 1.24 2002/06/26 13:03:18 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -29,6 +29,8 @@
#include "srm_config.h"
#include "srm_hash.h"
#include "srm_value.h"
+
+int srm_debug;
typedef struct connect_data_t {
int sock;
[FILE: /srm/main/src/srm_value.c]
--- srm/main/src/srm_value.c:1.47 Fri Jun 21 01:05:34 2002 GMT
+++ srm/main/src/srm_value.c Wed Jun 26 11:03:18 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.47 2002/06/21 03:05:34 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.48 2002/06/26 13:03:18 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
+#include "srm_config.h"
#include "srm_hash.h"
#include "srm_value.h"
Received on Wed Jun 26 15:49:48 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 07:00:03 CET