mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -136,9 +136,8 @@ static int numEnabledRCAPs;
|
||||
return rc; \
|
||||
}
|
||||
|
||||
static int RecordDeleteContext(void */*value */ ,
|
||||
XID /*id */
|
||||
);
|
||||
static int RecordDeleteContext(void *value,
|
||||
XID id);
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user