Fix.
[libidn.git] / stringprep_generic.h
blob706bbfee300cf8346b16b8a7a8cc94a8db49ce6a
1 /* stringprep_generic.h header file for generic stringprep profile -*- c -*-
2 * Copyright (C) 2002 Simon Josefsson
4 * This file is part of Libstringprep.
6 * Libstringprep is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * Libstringprep is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with Libstringprep; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #ifndef _STRINGPREP_GENERIC_H
23 #define _STRINGPREP_GENERIC_H
25 #ifdef __cplusplus
26 extern "C"
28 #if 0 /* keep Emacsens's auto-indent happy */
30 #endif
31 #endif
33 #include <stringprep.h>
35 extern Stringprep_table_element stringprep_generic_A_1[];
36 extern Stringprep_table_element stringprep_generic_B_1[];
37 extern Stringprep_table_element stringprep_generic_B_2[];
38 extern Stringprep_table_element stringprep_generic_B_3[];
39 extern Stringprep_table_element stringprep_generic_C_1_1[];
40 extern Stringprep_table_element stringprep_generic_C_1_2[];
41 extern Stringprep_table_element stringprep_generic_C_2_1[];
42 extern Stringprep_table_element stringprep_generic_C_2_2[];
43 extern Stringprep_table_element stringprep_generic_C_3[];
44 extern Stringprep_table_element stringprep_generic_C_4[];
45 extern Stringprep_table_element stringprep_generic_C_5[];
46 extern Stringprep_table_element stringprep_generic_C_6[];
47 extern Stringprep_table_element stringprep_generic_C_7[];
48 extern Stringprep_table_element stringprep_generic_C_8[];
49 extern Stringprep_table_element stringprep_generic_C_9[];
50 extern Stringprep_table_element stringprep_generic_D_1[];
51 extern Stringprep_table_element stringprep_generic_D_2[];
53 extern Stringprep_profile stringprep_generic[];
55 #define stringprep_generic(in, maxlen) \
56 stringprep(in, maxlen, 0, stringprep_generic)
58 #ifdef __cplusplus
60 #endif
61 #endif /* _STRINGPREP_GENERIC_H */