20 #ifndef _freetds_utils_h_ 21 #define _freetds_utils_h_ 27 #include <freetds/time.h> 29 #include <freetds/pushvis.h> 35 void tds_sleep_s(
unsigned sec);
36 void tds_sleep_ms(
unsigned ms);
38 char *tds_getpassarg(
char *arg);
40 char *tds_timestamp_str(
char *str,
int maxlen);
41 struct tm *tds_localtime_r(
const time_t *timep,
struct tm *result);
42 int tds_getservice(
const char *name);
43 char *tds_get_homedir(
void);
49 #include <freetds/popvis.h>