#include <my_global.h>#include <my_sys.h>#include "errmsg.h"Include dependency graph for errmsg.c:

Go to the source code of this file.
Functions | |
| void | init_client_errs (void) |
| void | finish_client_errs (void) |
Variables | |
| const char * | client_errors [] |
| void finish_client_errs | ( | void | ) |
Definition at line 240 of file errmsg.c.
References CR_ERROR_FIRST, CR_ERROR_LAST, and my_error_unregister().
00241 { 00242 (void) my_error_unregister(CR_ERROR_FIRST, CR_ERROR_LAST); 00243 }
Here is the call graph for this function:

| void init_client_errs | ( | void | ) |
Definition at line 224 of file errmsg.c.
References client_errors, CR_ERROR_FIRST, CR_ERROR_LAST, and my_error_register().
00225 { 00226 (void) my_error_register(client_errors, CR_ERROR_FIRST, CR_ERROR_LAST); 00227 }
Here is the call graph for this function:

| const char* client_errors[] |
1.4.7

