#ifndef __gettxt_h__
#define __gettxt_h__

int gettxt(char *domain, char *res, int sizeof_res, int *querycount, int querymax);

#endif
