FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
winpr/libwinpr/timezone/timezone.h
1
21#pragma once
22
23#if !defined(_WIN32)
24char* setNewAndSaveOldTZ(const char* val);
25void restoreSavedTZ(char* saved);
26#endif