webengine/wmlengine/src/hed/include/TextReverse.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  Reverse ISO-8859-8 text
    14 * Description:  Reverse ISO-8859-8 text
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 #ifndef TEXTREVERSE_H
    18 #ifndef TEXTREVERSE_H
    21 #define TEXTREVERSE_H
    19 #define TEXTREVERSE_H
    22 
    20 
    23 #ifdef __cplusplus
    21 #ifdef __cplusplus
    24 extern "C" {
    22 extern "C" {
    25 #endif
    23 #endif
    26 
    24 
    27 
       
    28 //  INCLUDES
    25 //  INCLUDES
    29 #include "nwx_defs.h"
    26 #include "nwx_defs.h"
    30 #include "nwx_http_defs.h"
    27 #include "nwx_http_defs.h"
    31 #include "nw_string_string.h"
    28 #include <nw_string_string.h>
    32 #include "BrsrStatusCodes.h"
    29 #include "BrsrStatusCodes.h"
    33 
    30 
    34 // CONSTANTS
    31 // CONSTANTS
    35 
    32 
    36 // MACROS
    33 // MACROS
    37 
    34 
    38 // DATA TYPES
    35 // DATA TYPES
    39 
    36 
    40 // FUNCTION PROTOTYPES
    37 // FUNCTION PROTOTYPES
    41 
    38 
    42 
       
    43 
       
    44 TBrowserStatusCode ReverseText(NW_String_t* string);
    39 TBrowserStatusCode ReverseText(NW_String_t* string);
    45 
    40 
    46 #ifdef __cplusplus
    41 #ifdef __cplusplus
    47 } /* extern "C" */
    42 } /* extern "C" */
    48 #endif
    43 #endif