mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-24 23:15:46 +00:00
Align parameter name of Generic_gettime_realtime
Align with name in implementation.
This commit is contained in:
parent
54d7c6a080
commit
d918cd9f2a
@ -12,7 +12,7 @@ in the source distribution for its full text.
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
void Generic_gettime_realtime(struct timeval* ts, uint64_t* msec);
|
||||
void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec);
|
||||
|
||||
void Generic_gettime_monotonic(uint64_t* msec);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user