> From: "Ted Unangst" <t...@tedunangst.com>
> Date: Mon, 11 Apr 2016 09:44:26 -0400
> 
> Martin Pieuchot wrote:
> > ok?
> > 
> > -int chillbufs(struct
> > -    bufcache *cache, struct bufqueue *queue, int64_t *queuepages);
> > +int chillbufs(struct bufcache *, struct bufqueue *, int64_t *);
> 
> fwiw i like names in prototypes, so i know what's going on. i know style says
> that, but i think the advice is obsolete.

At the same time I don't like prototypes that span multiple lines; you
can't win.

And prototypes with names in public headers are still an issue.

Reply via email to