gwenhywfar  4.6.0beta
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"

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)
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().

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().

const char* GWEN_Error_SimpleToString ( int  i)