I never use variable names in function prototypes.
They are very helpful in man pages and other documentation, but program != documentation.

The concept of prototypes was invented to tell the compiler that a function with a specific signature exists.
So I don't see why we should use it for documentation purposes.