summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/_psutil_common.h')
-rw-r--r--psutil/_psutil_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/psutil/_psutil_common.h b/psutil/_psutil_common.h
index 9e1ef887..65defdac 100644
--- a/psutil/_psutil_common.h
+++ b/psutil/_psutil_common.h
@@ -137,4 +137,6 @@ int psutil_setup(void);
PVOID psutil_GetProcAddress(LPCSTR libname, LPCSTR procname);
PVOID psutil_GetProcAddressFromLib(LPCSTR libname, LPCSTR procname);
PVOID psutil_SetFromNTStatusErr(NTSTATUS Status, const char *syscall);
+ double psutil_FiletimeToUnixTime(FILETIME ft);
+ double psutil_LargeIntegerToUnixTime(LARGE_INTEGER li);
#endif