Commit 1e15760a authored by Mike Gabriel's avatar Mike Gabriel

nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in Misc.h).

parent 1894e04d
...@@ -334,11 +334,9 @@ Keeper *keeper = NULL; ...@@ -334,11 +334,9 @@ Keeper *keeper = NULL;
int (*handler)(int) = NULL; int (*handler)(int) = NULL;
// //
// Signal handling functions. // Signal handling functions (that are not already mentioned in Misc.h).
// //
void DisableSignals();
void EnableSignals();
void InstallSignals(); void InstallSignals();
static void RestoreSignals(); static void RestoreSignals();
...@@ -364,12 +362,9 @@ void RegisterChild(int child); ...@@ -364,12 +362,9 @@ void RegisterChild(int child);
static int CheckAbort(); static int CheckAbort();
// //
// Timer handling utilities. // Timer handling utilities (that are not already mentioned in Misc.h).
// //
void SetTimer(int timeout);
void ResetTimer();
static void HandleTimer(int signal); static void HandleTimer(int signal);
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment