|
@@ -429,7 +429,7 @@ process_win32_trigger_completion_callbacks(void)
|
|
|
|
|
|
* are still alive and to make sure that the Tor process is periodically being
|
|
* are still alive and to make sure that the Tor process is periodically being
|
|
* moved into an alertable state. */
|
|
* moved into an alertable state. */
|
|
-STATIC void
|
|
+void
|
|
process_win32_timer_start(void)
|
|
process_win32_timer_start(void)
|
|
{
|
|
{
|
|
|
|
|
|
@@ -447,7 +447,7 @@ process_win32_timer_start(void)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-STATIC void
|
|
+void
|
|
process_win32_timer_stop(void)
|
|
process_win32_timer_stop(void)
|
|
{
|
|
{
|
|
if (BUG(periodic_timer == NULL))
|
|
if (BUG(periodic_timer == NULL))
|
|
@@ -458,7 +458,7 @@ process_win32_timer_stop(void)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-STATIC bool
|
|
+bool
|
|
process_win32_timer_running(void)
|
|
process_win32_timer_running(void)
|
|
{
|
|
{
|
|
return periodic_timer != NULL;
|
|
return periodic_timer != NULL;
|