mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Align parameter name of Generic_gettime_realtime
Align with name in implementation.
This commit is contained in:

committed by
BenBE

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);
|
||||
|
||||
|
Reference in New Issue
Block a user