/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * soup-socks.h: Asyncronous Callback-based SOAP Request Queue. * * Authors: * Alex Graveley (alex@helixcode.com) * * Copyright (C) 2000, Helix Code, Inc. */ #ifndef SOUP_SOCKS_H #define SOUP_SOCKS_H 1 #include #include void soup_connect_socks_proxy (SoupConnection *conn, SoupContext *dest_ctx, SoupConnectCallbackFn cb, gpointer user_data); #endif /*SOUP_SOCKS_H*/