diff options
author | shemminger <shemminger> | 2005-06-07 21:55:55 +0000 |
---|---|---|
committer | shemminger <shemminger> | 2005-06-07 21:55:55 +0000 |
commit | 90f93024a0818dc691138d8401721e797004b042 (patch) | |
tree | d84c274f163fa437d51883525910db5b67ba81aa /include | |
parent | e445765dcbbd0f65d0f39d66dbeaa75d3846541e (diff) |
Monitor time patch from Masahide NAKAMURA
Diffstat (limited to 'include')
-rw-r--r-- | include/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h index ddbf97c4..f27aa54b 100644 --- a/include/utils.h +++ b/include/utils.h @@ -14,6 +14,7 @@ extern int show_details; extern int show_raw; extern int resolve_hosts; extern int oneline; +extern int timestamp; extern char * _SL_; #ifndef IPPROTO_ESP @@ -126,4 +127,6 @@ static __inline__ int get_user_hz(void) return __iproute2_user_hz_internal; } +int print_timestamp(FILE *fp); + #endif /* __UTILS_H__ */ |