gwenhywfar  4.99.8beta
Macros | Functions
error.c File Reference
#include "error_p.h"
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include "gwenhywfar/debug.h"
#include "gwenhywfar/misc.h"
#include "gwenhywfar/inetsocket.h"
#include "gwenhywfar/inetaddr.h"
#include "gwenhywfar/libloader.h"
Include dependency graph for error.c:

Go to the source code of this file.

Macros

#define I18N(m)   m
 
#define I18S(m)   m
 

Functions

int GWEN_Error_ModuleFini (void)
 
int GWEN_Error_ModuleInit (void)
 
const char * GWEN_Error_SimpleToString (int i)
 Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes. More...
 
int GWEN_Error_ToString (int c, char *buffer, int bsize)
 

Macro Definition Documentation

#define I18N (   m)    m
#define I18S (   m)    m

Definition at line 43 of file error.c.

Referenced by GWEN_Gui_CheckCertBuiltIn().

Function Documentation

int GWEN_Error_ModuleFini ( void  )

Deinitializes this module.

Definition at line 70 of file error.c.

Referenced by GWEN_Fini().

Here is the caller graph for this function:

int GWEN_Error_ModuleInit ( void  )

Initializes this module.

Definition at line 63 of file error.c.

References DBG_VERBOUS, and GWEN_LOGDOMAIN.

Referenced by GWEN_Init().

Here is the caller graph for this function: