From 8aec0f3ecd5136219227d1cd73a96d86805e6e63 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 9 Feb 2000 21:08:09 +0000 Subject: [PATCH] converted to ANSI function definition --- src/db/db_access.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/db/db_access.c b/src/db/db_access.c index 9bcc7847d..7b35705a3 100644 --- a/src/db/db_access.c +++ b/src/db/db_access.c @@ -1605,9 +1605,7 @@ int no_elements return(0); } -int dbPutNotifyMapType(ppn,oldtype) -PUTNOTIFY *ppn; -short oldtype; +int dbPutNotifyMapType (PUTNOTIFY *ppn, short oldtype) { switch(oldtype) { case(oldDBR_STRING):