Make this pass the `strict prototype' test.
This commit is contained in:
parent
942ddff25b
commit
4bd6ed2a8b
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: openfirm.h,v 1.8 1998/07/22 22:04:14 thorpej Exp $ */
|
/* $NetBSD: openfirm.h,v 1.9 1999/02/02 22:23:44 pk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||||
@ -96,7 +96,7 @@ int OF_seek __P((int handle, u_quad_t pos));
|
|||||||
void OF_boot __P((char *bootspec)) __attribute__((__noreturn__));
|
void OF_boot __P((char *bootspec)) __attribute__((__noreturn__));
|
||||||
void OF_enter __P((void));
|
void OF_enter __P((void));
|
||||||
void OF_exit __P((void)) __attribute__((__noreturn__));
|
void OF_exit __P((void)) __attribute__((__noreturn__));
|
||||||
void (*OF_set_callback __P((void (*newfunc)(void *)))) ();
|
void (*OF_set_callback __P((void (*newfunc)__P((void *)) )) ) __P((void));
|
||||||
int openfirmware __P((void *));
|
int openfirmware __P((void *));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user