api: fix some prototype checks
[libc-test] / src / api / ndbm.c
index 0193840..f68a5e4 100644 (file)
@@ -20,6 +20,6 @@ C(DBM_REPLACE)
 {datum(*p)(DBM*,datum) = dbm_fetch;}
 {datum(*p)(DBM*) = dbm_firstkey;}
 {datum(*p)(DBM*) = dbm_nextkey;}
-DBM*(*p)(const char*,int,mode_t) = dbm_open;
+{DBM*(*p)(const char*,int,mode_t) = dbm_open;}
 {int(*p)(DBM*,datum,datum,int) = dbm_store;}
 }