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