mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-04-17 16:22:42 +00:00
- WARNsify
- KNFify (a bit) - use int32_t & u_int32_t instead of long and u_long - clean up man pages a bit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: process.h,v 1.2 1997/03/25 03:07:52 thorpej Exp $ */
|
||||
/* $NetBSD: process.h,v 1.3 1997/10/16 23:25:21 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@@ -28,25 +28,18 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: process.h,v 1.2 1997/03/25 03:07:52 thorpej Exp $
|
||||
* $NetBSD: process.h,v 1.3 1997/10/16 23:25:21 lukem Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PROCESS_H_
|
||||
#define _PROCESS_H_
|
||||
|
||||
#ifdef NO__P
|
||||
void mopProcessDL (/* FILE *, struct if_info *, u_char *, int *,
|
||||
u_char *, u_char *, int, u_short */);
|
||||
void mopProcessRC (/* FILE *, struct if_info *, u_char *, int *,
|
||||
u_char *, u_char *, int, u_short */);
|
||||
#else
|
||||
__BEGIN_DECLS
|
||||
void mopProcessDL __P((FILE *, struct if_info *, u_char *, int *,
|
||||
u_char *, u_char *, int, u_short));
|
||||
void mopProcessRC __P((FILE *, struct if_info *, u_char *, int *,
|
||||
u_char *, u_char *, int, u_short));
|
||||
__END_DECLS
|
||||
#endif
|
||||
|
||||
#endif _PROCESS_H_
|
||||
|
||||
Reference in New Issue
Block a user