Raphael Manfredi
#include "common.h"
#include "special_upload.h"
Go to the source code of this file.
Defines | |
| #define | BH_VERSION_MAJOR 1 |
| The version of the Browse-Host protocol we support. | |
| #define | BH_VERSION_MINOR 0 |
Enumerations | |
| enum | { BH_F_DEFLATE = 1 << 0, BH_F_GZIP = 1 << 1, BH_F_CHUNKED = 1 << 2, BH_F_HTML = 1 << 3, BH_F_QHITS = 1 << 4 } |
| Flags for browse_host_open(). More... | |
Functions | |
| special_upload * | browse_host_open (gpointer owner, struct gnutella_host *host, special_upload_writable_t writable, const struct tx_deflate_cb *deflate_cb, const struct tx_link_cb *link_cb, struct wrap_io *wio, gint flags) |
| Creates a new browse host context. | |
|
|
The version of the Browse-Host protocol we support.
|
|
|
|
|
|
Flags for browse_host_open().
|
|
||||||||||||||||||||||||||||||||
|
Creates a new browse host context. The context must be freed with browse_host_close().
|
1.3.9.1