From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 13 Jan 2016 17:21:21 +0100 Subject: [PATCH v2 2/2] ui-repolist: return HTTP 404 if no repositories found In-Reply-To: <1449597189-18086-3-git-send-email-peter@colberg.org> References: <20151207202819.GA1581@serenity.lan> <1449597189-18086-1-git-send-email-peter@colberg.org> <1449597189-18086-3-git-send-email-peter@colberg.org> Message-ID: Thanks Peter. I merged this with some changes: http://git.zx2c4.com/cgit/commit/?id=9abe4a26a92b91170cb9c5dab830b40fb1e0327f Note that in C you need to specify (void) in the argument list if it doesn't take any arguments. Otherwise it takes a variable number of arguments.