dyrt/
dyrt/bin/
dyrt/data/MAIL/
dyrt/data/WIZ_ZONES/
dyrt/include/machine/
dyrt/src/misc/cpp/
#ifndef __CONVERSE_H__ 
#define __CONVERSE_H__ 


/* converse code goes after the struct for the pager */
/*} PAGER;*/

typedef struct _CONVERSE {
  char old_prompt[PROMPT_LEN+50];
  int talking_to;
  Boolean active;
} CONVERSE;

#endif /* Add nothing past this line... */