webengine/wmlengine/src/wml/include/nw_wml_var.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    33 extern "C" {
    33 extern "C" {
    34 #endif
    34 #endif
    35 
    35 
    36 #include "nwx_defs.h"
    36 #include "nwx_defs.h"
    37 #include "nwx_memseg.h"
    37 #include "nwx_memseg.h"
    38 #include <nwx_status.h>
    38 #include "nwx_status.h"
    39 
    39 
    40 typedef struct _NW_Wml_Var_t NW_Wml_Var_t;
    40 typedef struct _NW_Wml_Var_t NW_Wml_Var_t;
    41 struct _NW_Wml_Var_t {
    41 struct _NW_Wml_Var_t {
    42   NW_Wml_Var_t  *next;
    42   NW_Wml_Var_t  *next;
    43   NW_Ucs2     *name;
    43   NW_Ucs2     *name;