summaryrefslogtreecommitdiff
path: root/record
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-29 15:18:28 -0800
committerKeith Packard <keithp@keithp.com>2014-01-12 10:24:12 -0800
commit2d2d49dab5c5718989de97d7227aac793479745e (patch)
tree49ce4f514dcbc15b8ba0e0016de1326d6271474c /record
parent60014a4a98ff924ae7f6840781f768c1cc93bbab (diff)
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>
Diffstat (limited to 'record')
-rw-r--r--record/record.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/record/record.c b/record/record.c
index 8217a44ee..c9002196f 100644
--- a/record/record.c
+++ b/record/record.c
@@ -136,9 +136,8 @@ static int numEnabledRCAPs;
return rc; \
}
-static int RecordDeleteContext(void */*value */ ,
- XID /*id */
- );
+static int RecordDeleteContext(void *value,
+ XID id);
/***************************************************************************/