]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/speakup/speakup.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[~andy/linux] / drivers / staging / speakup / speakup.h
index e6f3dfe38b92ef10dd37a6490d1e279aaa1e6e45..46edabe2d32c27bc1d7c22002d8ac017f81603f3 100644 (file)
@@ -54,6 +54,9 @@ extern int speakup_thread(void *data);
 extern void reset_default_chars(void);
 extern void reset_default_chartab(void);
 extern void synth_start(void);
+void synth_insert_next_index(int sent_num);
+void reset_index_count(int sc);
+void get_index_count(int *linecount, int *sentcount);
 extern int set_key_info(const u_char *key_info, u_char *k_buffer);
 extern char *strlwr(char *s);
 extern char *speakup_s2i(char *start, int *dest);