summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/generic/gettime.h
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/generic/gettime.h')
-rw-r--r--fedora/.local/bin/htop-vim/generic/gettime.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/fedora/.local/bin/htop-vim/generic/gettime.h b/fedora/.local/bin/htop-vim/generic/gettime.h
deleted file mode 100644
index 91fe43d..0000000
--- a/fedora/.local/bin/htop-vim/generic/gettime.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef HEADER_gettime
-#define HEADER_gettime
-/*
-htop - generic/gettime.h
-(C) 2021 htop dev team
-Released under the GNU GPLv2+, see the COPYING file
-in the source distribution for its full text.
-*/
-
-#include <stdint.h>
-#include <sys/time.h>
-
-
-void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec);
-
-void Generic_gettime_monotonic(uint64_t* msec);
-
-#endif