#include "check.h"
#include "ClientMessage.hxx"
#include "command/CommandListBuilder.hxx"
#include "event/FullyBufferedSocket.hxx"
#include "event/TimeoutMonitor.hxx"
#include "Compiler.h"
#include <boost/intrusive/link_mode.hpp>
#include <boost/intrusive/list_hook.hpp>
#include <set>
#include <string>
#include <list>
#include <stddef.h>
#include <stdarg.h>
Go to the source code of this file.
◆ client_manager_init()
void client_manager_init |
( |
| ) |
|
◆ client_new()
◆ client_puts()
void client_puts |
( |
Client & |
client, |
|
|
const char * |
s |
|
) |
| |
Write a C string to the client.
◆ client_vprintf()
void client_vprintf |
( |
Client & |
client, |
|
|
const char * |
fmt, |
|
|
va_list |
args |
|
) |
| |
Write a printf-like formatted string to the client.
◆ gcc_printf()
int const char gcc_printf |
( |
2 |
, |
|
|
3 |
|
|
) |
| & |
Write a printf-like formatted string to the client.
◆ fmt
int const char const char * fmt |