summaryrefslogtreecommitdiff
path: root/setvalues.c
diff options
context:
space:
mode:
Diffstat (limited to 'setvalues.c')
-rw-r--r--setvalues.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/setvalues.c b/setvalues.c
index 5c4ac3b..810d4f7 100644
--- a/setvalues.c
+++ b/setvalues.c
@@ -49,8 +49,7 @@ in this Software without prior written authorization from The Open Group.
*/
char *
-PrintSetValuesError(event)
-Event * event;
+PrintSetValuesError(Event *event)
{
char * errors = NULL;
WNode * node;
@@ -86,9 +85,7 @@ Event * event;
*/
char *
-GetResourceValueForSetValues(node, size)
-WNode * node;
-unsigned short * size;
+GetResourceValueForSetValues(WNode *node, unsigned short *size)
{
Arg args[1];
char *ptr, *temp;