20 #ifndef _freetds_utils_h_
21 #define _freetds_utils_h_
23 #include <freetds/time.h>
25 #include <freetds/pushvis.h>
31 void tds_sleep_s(
unsigned sec);
32 void tds_sleep_ms(
unsigned ms);
34 char *tds_getpassarg(
char *arg);
36 char *tds_timestamp_str(
char *str,
int maxlen);
37 struct tm *tds_localtime_r(
const time_t *timep,
struct tm *result);
38 int tds_getservice(
const char *name);
39 char *tds_get_homedir(
void);
45 #include <freetds/popvis.h>