Go to the source code of this file.
Functions | |
void | st_init_string_functions (struct dd_function_table *functions) |
void st_init_string_functions | ( | struct dd_function_table * | functions | ) |
Definition at line 83 of file st_cb_strings.c.
References st_get_string().
00084 { 00085 functions->GetString = st_get_string; 00086 }