Loading...
--- Libc/Libc-320.1.3/include/ndbm.h
+++ Libc/Libc-262.3.2/include/ndbm.h
@@ -2,6 +2,8 @@
* Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
+ *
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
@@ -85,17 +87,15 @@
#define dbm_pagfno(a) DBM_PAGFNO_NOT_AVAILABLE
__BEGIN_DECLS
-void dbm_close(DBM *);
-int dbm_clearerr( DBM *);
-int dbm_delete(DBM *, datum);
-int dbm_error( DBM *);
-datum dbm_fetch(DBM *, datum);
-datum dbm_firstkey(DBM *);
-long dbm_forder(DBM *, datum);
-datum dbm_nextkey(DBM *);
-DBM *dbm_open(const char *, int, int);
-int dbm_store(DBM *, datum, datum, int);
-int dbm_dirfno(DBM *);
+void dbm_close __P((DBM *));
+int dbm_delete __P((DBM *, datum));
+datum dbm_fetch __P((DBM *, datum));
+datum dbm_firstkey __P((DBM *));
+long dbm_forder __P((DBM *, datum));
+datum dbm_nextkey __P((DBM *));
+DBM *dbm_open __P((const char *, int, int));
+int dbm_store __P((DBM *, datum, datum, int));
+int dbm_dirfno __P((DBM *));
__END_DECLS
#endif /* !_NDBM_H_ */