Files
smartdns/util.h
2018-05-19 22:48:14 +08:00

8 lines
92 B
C

#ifndef SMART_DNS_UTIL_H
#define SMART_DNS_UTIL_H
unsigned long get_tick_count();
#endif