/* drwUChoice */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_u_create_def_choices_file(char *choicesfilename,
                                         int userchoicestype);
extern void drw_u_process_tagged_choice(char *tag,
                                        char *tagval,
                                        int userchoicestype);
extern int drw_u_get_next_changed_tag(char *tagname,
                                      char *tagvalbuffer,
                                      int tagvalbuffersize,
                                      int userchoicestype);
extern int drw_u_accept_choice(char *tag, int taglen);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

