~mshinke/nvdajp/MiscellaneousDependencies

« back to all changes in this revision

Viewing changes to include/jtalk/libopenjtalk/njd_set_digit/njd_set_digit.h

  • Committer: Masataka Shinke
  • Date: 2012-01-12 20:01:32 UTC
  • mfrom: (26.1.42 miscdep)
  • Revision ID: mshinke@users.sourceforge.jp-20120112200132-fvksmjulcjdzu5mk
mergedĀ lp:~nishimotz/nvdajp/MiscellaneousDependenciesĀ 68

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ----------------------------------------------------------------- */
 
2
/*           The Japanese TTS System "Open JTalk"                    */
 
3
/*           developed by HTS Working Group                          */
 
4
/*           http://open-jtalk.sourceforge.net/                      */
 
5
/* ----------------------------------------------------------------- */
 
6
/*                                                                   */
 
7
/*  Copyright (c) 2008-2011  Nagoya Institute of Technology          */
 
8
/*                           Department of Computer Science          */
 
9
/*                                                                   */
 
10
/* All rights reserved.                                              */
 
11
/*                                                                   */
 
12
/* Redistribution and use in source and binary forms, with or        */
 
13
/* without modification, are permitted provided that the following   */
 
14
/* conditions are met:                                               */
 
15
/*                                                                   */
 
16
/* - Redistributions of source code must retain the above copyright  */
 
17
/*   notice, this list of conditions and the following disclaimer.   */
 
18
/* - Redistributions in binary form must reproduce the above         */
 
19
/*   copyright notice, this list of conditions and the following     */
 
20
/*   disclaimer in the documentation and/or other materials provided */
 
21
/*   with the distribution.                                          */
 
22
/* - Neither the name of the HTS working group nor the names of its  */
 
23
/*   contributors may be used to endorse or promote products derived */
 
24
/*   from this software without specific prior written permission.   */
 
25
/*                                                                   */
 
26
/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND            */
 
27
/* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,       */
 
28
/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF          */
 
29
/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE          */
 
30
/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */
 
31
/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,          */
 
32
/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED   */
 
33
/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,     */
 
34
/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */
 
35
/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,   */
 
36
/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY    */
 
37
/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE           */
 
38
/* POSSIBILITY OF SUCH DAMAGE.                                       */
 
39
/* ----------------------------------------------------------------- */
 
40
 
 
41
#ifndef NJD_SET_DIGIT_H
 
42
#define NJD_SET_DIGIT_H
 
43
 
 
44
#ifdef __cplusplus
 
45
#define NJD_SET_DIGIT_H_START extern "C" {
 
46
#define NJD_SET_DIGIT_H_END   }
 
47
#else
 
48
#define NJD_SET_DIGIT_H_START
 
49
#define NJD_SET_DIGIT_H_END
 
50
#endif                          /* __CPLUSPLUS */
 
51
 
 
52
NJD_SET_DIGIT_H_START;
 
53
 
 
54
void njd_set_digit(NJD * njd);
 
55
 
 
56
NJD_SET_DIGIT_H_END;
 
57
 
 
58
#endif                          /* !NJD_SET_DIGIT_H */