Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/ctype.h>
#include <linux/module.h>
#include <linux/string.h>
#include "speakup.h"
#include "spk_priv.h"
Go to the source code of this file.
Functions | |
char * | msg_get (enum msg_index_t index) |
ssize_t | msg_set (enum msg_index_t index, char *text, size_t length) |
struct msg_group_t * | find_msg_group (const char *group_name) |
void | reset_msg_group (struct msg_group_t *group) |
void | initialize_msgs (void) |
void | free_user_msgs (void) |
|
read |
char* msg_get | ( | enum msg_index_t | index | ) |
ssize_t msg_set | ( | enum msg_index_t | index, |
char * | text, | ||
size_t | length | ||
) |
void reset_msg_group | ( | struct msg_group_t * | group | ) |