diff options
-rw-r--r-- | libports/ports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/ports.h b/libports/ports.h index d7055e90..0355c071 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -172,7 +172,7 @@ void port_enable_bucket (struct port_bucket *bucket); /* Call FUN once for each port in BUCKET. */ error_t port_bucket_iterate (struct port_bucket *bucket, - void (*fun)(void *port)); + error_t (*fun)(void *port)); |