04d8022c67
It provides an queued asynchronous callback-based mechanism for sending and servicing SOAP requests, and a WSDL (Web Service Definition Language) to C compiler which generates client stubs and server skeletons for easily calling and implementing SOAP methods. ok todd@
13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
$OpenBSD: patch-src_libsoup_soup-queue_c,v 1.1.1.1 2002/12/03 19:39:32 marcm Exp $
|
|
--- src/libsoup/soup-queue.c.orig Thu Oct 17 09:49:11 2002
|
|
+++ src/libsoup/soup-queue.c Thu Oct 17 09:49:16 2002
|
|
@@ -30,7 +30,7 @@
|
|
#include "soup-ssl.h"
|
|
#include "soup-transfer.h"
|
|
|
|
-static GSList *soup_active_requests = NULL, *soup_active_request_next = NULL;
|
|
+GSList *soup_active_requests = NULL, *soup_active_request_next = NULL;
|
|
|
|
static guint soup_queue_idle_tag = 0;
|
|
|