#include <vector>
#include <string>
#include <stdio.h>
#include <stdarg.h>
#include "Account.hh"
#include "Header.hh"
#include "Preferences.hh"
#include "SocketConnection.hh"
Go to the source code of this file.
Namespaces | |
namespace | acc |
Classes | |
class | acc::PopAccount |
class | acc::UnknownError |
Defines | |
#define | SINGLE_LINE true |
#define | MULTI_LINE false |
Functions | |
int | snprintf (char *str, size_t size, const char *format,...) |
|
|
|
|
|
|