From bfe32988c0658e9262061a4eaf2134960becdf2c Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Thu, 11 Jul 2002 19:07:35 +0000 Subject: de-__P() --- pw/bitmap.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pw/bitmap.h') diff --git a/pw/bitmap.h b/pw/bitmap.h index 94bd059..4d6cfe4 100644 --- a/pw/bitmap.h +++ b/pw/bitmap.h @@ -38,13 +38,13 @@ struct bitmap }; __BEGIN_DECLS -struct bitmap bm_alloc __P((int size)); -void bm_dealloc __P((struct bitmap * bm)); -void bm_setbit __P((struct bitmap * bm, int pos)); -void bm_clrbit __P((struct bitmap * bm, int pos)); -int bm_isset __P((struct bitmap * bm, int pos)); -int bm_firstunset __P((struct bitmap * bm)); -int bm_lastset __P((struct bitmap * bm)); +struct bitmap bm_alloc(int size); +void bm_dealloc(struct bitmap * bm); +void bm_setbit(struct bitmap * bm, int pos); +void bm_clrbit(struct bitmap * bm, int pos); +int bm_isset(struct bitmap * bm, int pos); +int bm_firstunset(struct bitmap * bm); +int bm_lastset(struct bitmap * bm); __END_DECLS #endif /* !_BITMAP_H */ -- cgit v1.2.3-56-ge451