#ifndef POLL_H
#define POLL_H

void pollNewQuery(unsigned int command, unsigned int time);
void pollQueries();

#endif
