/* DrWimpC Wimp Poll Functions. */

#ifdef __cplusplus 
extern "C" {
#endif


extern int drw_wimp_poll(int enablenulls,
                         int *pollword,
                         int pollwdhp);
extern int drw_wimp_pollidle(double durationreal,
                             int sec,
                             int *pollword,
                             int pollwdhp);
extern int drw_wimp_single_poll(int enablenulls,
                                wimp_w whan,
                                wimp_i icon,
                                int objectid,
                                int *pollword,
                                int pollwdhp);
extern int drw_wimp_singlepoll(int enablenulls,
                               int *pollword,
                               int pollwdhp);
extern int drw_wimp_singlepollidle(double durationreal,
                                   int sec,
                                   int *pollword,
                                   int pollwdhp);
extern int drw_wimp_poll_wait(int enablenulls,
                              int *pollword,
                              int pollwdhp);
extern void drw_wimp_pause(os_t centiseconds,
                           int enablenulls,
                           int *pollword,
                           int pollwdhp);

#ifdef __cplusplus
}
#endif


