-
Logged In: YES
user_id=1086589
First version had accidentally tabs replaced by spaces.
Deleted and replaced.
2006-08-26 22:36:28 UTC by basmevissen
-
Logged In: YES
user_id=1086589
Here the fix in diff format.
2006-08-26 20:45:04 UTC by basmevissen
-
Please apply the following diff:
(also attached to this report)
diff -urNd a/http_fetcher-1.1.0/src/http_fetcher.c
b/http_fetcher-1.1.0/src/http_fetcher.c
--- a/http_fetcher-1.1.0/src/http_fetcher.c
2004-03-08 22:06:17.000000000 +0100
+++ b/http_fetcher-1.1.0/src/http_fetcher.c
2006-08-26 22:34:45.000000000 +0200
@@ -18,7 +18,9 @@
*/
#include
+#define __USE_I.
2006-08-26 20:43:05 UTC by basmevissen
-
The header file(s) of this project are incompatible
with C++ programs.
What needs to be done is adding
#ifdef __cplusplus
extern "C" {
#endif
just before the function declarations and
#ifdef __cplusplus
}
#endif
just after them. Maybe also put the keyword
extern
just in front of every function.
The changed file is attached.
2006-08-26 20:26:32 UTC by basmevissen
-
lhanson committed patchset 219 of module http-fetcher to the HTTP Fetcher CVS repository, changing 3 files.
2005-02-01 17:33:29 UTC by lhanson
-
lhanson committed patchset 13 of module http-fetcher-1.x to the HTTP Fetcher CVS repository, changing 3 files.
2005-02-01 16:11:59 UTC by lhanson
-
lhanson committed patchset 218 of module http-fetcher to the HTTP Fetcher CVS repository, changing 1 files.
2004-03-11 20:04:34 UTC by lhanson
-
lhanson committed patchset 12 of module http-fetcher-1.x to the HTTP Fetcher CVS repository, changing 37 files.
2004-03-09 03:16:16 UTC by lhanson
-
lhanson committed patchset 217 of module http-fetcher to the HTTP Fetcher CVS repository, changing 1 files.
2004-03-03 15:43:26 UTC by lhanson
-
lhanson committed patchset 11 of module http-fetcher-1.x to the HTTP Fetcher CVS repository, changing 1 files.
2004-03-03 15:42:27 UTC by lhanson