~ubuntu-branches/debian/jessie/liblouis/jessie

« back to all changes in this revision

Viewing changes to liblouis/liblouis.h

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:48:47 UTC
  • mto: (1.1.4 upstream) (5.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100112234847-ph9xdk3lrjdox6ks
ImportĀ upstreamĀ versionĀ 1.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* liblouis Braille Translation and Back-Translation 
2
 
Library
 
1
/* liblouis Braille Translation and Back-Translation Library
3
2
 
4
3
   Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
5
4
   The BRLTTY Team
6
5
 
7
 
   Copyright (C) 2004, 2005, 2006
8
 
   ViewPlus Technologies, Inc. www.viewplus.com
9
 
   and
10
 
   JJB Software, Inc. www.jjb-software.com
11
 
   All rights reserved
12
 
 
13
 
   This file is free software; you can redistribute it and/or modify it
14
 
   under the terms of the Lesser or Library GNU General Public License 
15
 
   as published by the
16
 
   Free Software Foundation; either version 3, or (at your option) any
17
 
   later version.
18
 
 
19
 
   This file is distributed in the hope that it will be useful, but
 
6
   Copyright (C) 2004, 2005, 2006, 2009 ViewPlus Technologies, Inc.
 
7
   www.viewplus.com and JJB Software, Inc. www.jjb-software.com
 
8
 
 
9
   liblouis is free software: you can redistribute it and/or modify it
 
10
   under the terms of the GNU Lesser General Public License as
 
11
   published by the Free Software Foundation, either version 3 of the
 
12
   License, or (at your option) any later version.
 
13
 
 
14
   liblouis is distributed in the hope that it will be useful, but
20
15
   WITHOUT ANY WARRANTY; without even the implied warranty of
21
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
22
 
   Library GNU General Public License for more details.
23
 
 
24
 
   You should have received a copy of the Library GNU General Public 
25
 
   License along with this program; see the file COPYING.  If not, write to
26
 
   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
27
 
   Boston, MA 02110-1301, USA.
28
 
 
29
 
   Maintained by John J. Boyer john.boyer@jjb-software.com
 
16
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
17
   Lesser General Public License for more details.
 
18
 
 
19
   You should have received a copy of the GNU Lesser General Public
 
20
   License along with this program. If not, see
 
21
   <http://www.gnu.org/licenses/>.
 
22
 
 
23
   Maintained by John J. Boyer john.boyer@abilitiessoft.com
30
24
   */
31
25
 
32
26
#ifndef __LIBLOUIS_H_
36
30
{
37
31
#endif                          /* __cplusplus */
38
32
 
39
 
#include "louiscfg.h"
40
 
 
41
 
#if WIDECHAR_SIZE == 2
42
33
#define widechar unsigned short int
43
 
#else
44
 
#define widechar unsigned int
45
 
#endif
46
34
 
47
35
#ifdef _WIN32
48
36
#define EXPORT_CALL __stdcall