Clean up a few function prototypes to not place formals in /**/

This just removes the comment markers from around the formals in
several function prototypes near where pointer -> void * changes were
made. There are plenty more of these to fix.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Keith Packard
2013-12-29 15:18:28 -08:00
parent 60014a4a98
commit 2d2d49dab5
6 changed files with 63 additions and 85 deletions

View File

@@ -136,9 +136,8 @@ static int numEnabledRCAPs;
return rc; \
}
static int RecordDeleteContext(void */*value */ ,
XID /*id */
);
static int RecordDeleteContext(void *value,
XID id);
/***************************************************************************/