#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <syslog.h>
#include <errno.h>
#include <string.h>
#include "snprintf.h"
#include "rpderr.h"
#include "rpdp.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
Functions | |
int | ROOT::GetErrno () |
void | ROOT::ResetErrno () |
void | ROOT::ErrorInfo (const char *va_(fmt),...) |
void | ROOT::ErrorInit (const char *ident) |
void | ROOT::Perror (char *buf, int size) |
void | ROOT::Error (ErrorHandler_t ErrHand, int code, const char *va_(fmt),...) |
Variables | |
int | gDebug |
bool | ROOT::gSysLog |