#ifndef _wbnlistP_h_
#define _wbnlistP_h_

#include "wb_include.h"

struct _wnla_struct
{ int mmm_id;
  int parent_mmm_id;
  char *class_name;
  char *widget_name;
  char *value_string;
};

struct _wnl_struct
{ WNLatom *atom;
  struct _wnl_struct *next;
};

/***************************************************************************/
#endif     /* end of ifndef _wbnlistP_h_  :: DO NOT WRITE BELOW THIS LINE. */
