From: Andre Noll Date: Fri, 20 Jun 2008 08:44:54 +0000 (+0200) Subject: Fix prototype of com_create(). X-Git-Tag: v0.0.3~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=c6bc61f5ad8c530eab8d7d334a3291c924c0c609 Fix prototype of com_create(). --- diff --git a/create.c b/create.c index a27fe8e..615349f 100644 --- a/create.c +++ b/create.c @@ -181,7 +181,7 @@ out: return ret; } -int com_create() +int com_create(void) { uint64_t zero = 0ULL; int ret;