equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Reverse ISO-8859-8 text |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef TEXTREVERSE_H |
|
19 #define TEXTREVERSE_H |
|
20 |
|
21 #ifdef __cplusplus |
|
22 extern "C" { |
|
23 #endif |
|
24 |
|
25 // INCLUDES |
|
26 #include "nwx_defs.h" |
|
27 #include "nwx_http_defs.h" |
|
28 #include <nw_string_string.h> |
|
29 #include "BrsrStatusCodes.h" |
|
30 |
|
31 // CONSTANTS |
|
32 |
|
33 // MACROS |
|
34 |
|
35 // DATA TYPES |
|
36 |
|
37 // FUNCTION PROTOTYPES |
|
38 |
|
39 TBrowserStatusCode ReverseText(NW_String_t* string); |
|
40 |
|
41 #ifdef __cplusplus |
|
42 } /* extern "C" */ |
|
43 #endif |
|
44 |
|
45 #endif // TEXTREVERSE_H |
|
46 |
|
47 // End of File |