File: fdsetconv.h

package info (click to toggle)
speech-dispatcher 0.7-6.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,224 kB
  • ctags: 2,250
  • sloc: ansic: 17,857; sh: 10,533; python: 1,148; lisp: 579; makefile: 333
file content (31 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#include "fdset.h"

#ifndef FDSETCONV_H
#define FDSETCONV_H

#include <stdio.h>
#include <string.h>
#include "fdset.h"

char* EVoice2str(EVoiceType voice);

EVoiceType str2EVoice(char* str);

char* EPunctMode2str(EPunctMode punct);

EPunctMode str2EPunctMode(char* str);

char* ESpellMode2str(ESpellMode spell);

ESpellMode str2ESpellMode(char* str);

char* ECapLetRecogn2str(ECapLetRecogn recogn);

ECapLetRecogn ECapLetRecognstr2ECapLetRecogn(char* str);

EVoiceType str2intpriority(char* str);

ECapLetRecogn str2ECapLetRecogn(char* str);

#endif