|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Macros | |
| #define | LINEAR(name, strings) |
| #define | STRING(string) |
| #define | LINEAR(name, strings) |
| #define | STRING(string) |
| #define | NAMED(name, strings) enum name##_enum { strings name##_dummy }; |
| #define | NSTRING(string, name) name, |
| #define | VNSTRING(version, string, name) name, |
Functions | |
| void | wsp_strings_init (void) |
| void | wsp_strings_shutdown (void) |
| #define LINEAR | ( | name, | |
| strings | |||
| ) |
Definition at line 107 of file wsp_strings.h.
| #define LINEAR | ( | name, | |
| strings | |||
| ) |
Definition at line 107 of file wsp_strings.h.
Definition at line 109 of file wsp_strings.h.
Definition at line 110 of file wsp_strings.h.
| #define STRING | ( | string | ) |
Definition at line 108 of file wsp_strings.h.
| #define STRING | ( | string | ) |
Definition at line 108 of file wsp_strings.h.
Definition at line 111 of file wsp_strings.h.
| void wsp_strings_init | ( | void | ) |
Definition at line 269 of file wsp_strings.c.
References initialized.
Referenced by main(), wsp_session_init(), and wsp_unit_init().
| void wsp_strings_shutdown | ( | void | ) |
Definition at line 286 of file wsp_strings.c.
References initialized.
Referenced by main(), wsp_session_shutdown(), and wsp_unit_shutdown().