8 lines
92 B
C
8 lines
92 B
C
|
|
|
|
#ifndef SMART_DNS_UTIL_H
|
|
#define SMART_DNS_UTIL_H
|
|
|
|
unsigned long get_tick_count();
|
|
|
|
#endif |