return void.
/* Define to 1 if the `putenv' has a const argument. */
#undef PUTENV_CONST
-/* Define as the return type of signal handlers (`int' or `void'). */
-#undef RETSIGTYPE
-
/* The user sudo should run commands as by default. */
#undef RUNAS_DEFAULT
void log_allowed(int);
void log_denial(int, int);
void log_error(int flags, const char *fmt, ...) __printflike(2, 3);
-RETSIGTYPE reapchild(int);
+void reapchild(int);
#endif /* _LOGGING_H */
/*
* Function prototypes
*/
-static RETSIGTYPE quit(int);
+static void quit(int);
static char *get_args(char *);
static char *get_editor(char **);
static void get_hostname(void);
/*
* Unlink sudoers temp files (if any) and exit.
*/
-static RETSIGTYPE
+static void
quit(int signo)
{
cleanup(signo);