big header clean-up

This commit is contained in:
albert
2002-12-09 07:00:07 +00:00
parent 4382008ad0
commit 5087f3dbf6
23 changed files with 150 additions and 53 deletions

View File

@ -1,3 +1,5 @@
#ifndef PROC_SIG_H
#define PROC_SIG_H
/*
* Copyright 1998 by Albert Cahalan; all rights resered.
* This file may be used subject to the terms and conditions of the
@ -11,6 +13,8 @@
#include "procps.h"
EXTERN_C_BEGIN
/* return -1 on failure */
extern int signal_name_to_number(const char *restrict name);
@ -19,3 +23,6 @@ extern int print_given_signals(int argc, const char *restrict const *restrict ar
extern void pretty_print_signals(void);
extern void unix_print_signals(void);
EXTERN_C_END
#endif