Make takesig() into a static function

This commit is contained in:
Mukund Sivaraman 2009-09-15 04:09:34 +05:30
parent 42d2e10c93
commit 551e041638

View File

@ -41,8 +41,6 @@
#include "stats.h" #include "stats.h"
#include "utils.h" #include "utils.h"
RETSIGTYPE takesig (int sig);
/* /*
* Global Structures * Global Structures
*/ */
@ -53,7 +51,7 @@ unsigned int processed_config_file = FALSE; /* boolean */
/* /*
* Handle a signal * Handle a signal
*/ */
RETSIGTYPE static RETSIGTYPE
takesig (int sig) takesig (int sig)
{ {
pid_t pid; pid_t pid;