mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-18 16:05:45 +03: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>
|
#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);
|
void Generic_gettime_monotonic(uint64_t* msec);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user