aboutsummaryrefslogtreecommitdiff
path: root/libports/create-bucket.c
diff options
context:
space:
mode:
Diffstat (limited to 'libports/create-bucket.c')
-rw-r--r--libports/create-bucket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libports/create-bucket.c b/libports/create-bucket.c
index 81fe044c..1095332e 100644
--- a/libports/create-bucket.c
+++ b/libports/create-bucket.c
@@ -28,13 +28,13 @@ static struct port_class *notify_port_class;
static pthread_once_t init_notify_port_class_once = PTHREAD_ONCE_INIT;
static void
-init_notify_port_class ()
+init_notify_port_class (void)
{
notify_port_class = ports_create_class (NULL, NULL);
}
struct port_bucket *
-ports_create_bucket ()
+ports_create_bucket (void)
{
struct port_bucket *ret;
error_t err;