summaryrefslogtreecommitdiff
path: root/ext/SDBM_File/sdbm/sdbm.h
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>1999-03-21 20:26:26 -0800
committerGurusamy Sarathy <gsar@cpan.org>1999-03-25 06:01:18 +0000
commitf4b9d8806d76b352b24a8b7684a45c4120e28af1 (patch)
tree65f91e0ab366cc71d3f7b6fef8e38141ab1f912e /ext/SDBM_File/sdbm/sdbm.h
parente9c54c90e4787ec510bef564c8aeb42e441e831e (diff)
downloadperl-f4b9d8806d76b352b24a8b7684a45c4120e28af1.tar.gz
[5.005_56] Add EXISTS to SDBM_File and libsdbm
Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@3161
Diffstat (limited to 'ext/SDBM_File/sdbm/sdbm.h')
-rw-r--r--ext/SDBM_File/sdbm/sdbm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/SDBM_File/sdbm/sdbm.h b/ext/SDBM_File/sdbm/sdbm.h
index 4dc1a22483..c3c2a6d59b 100644
--- a/ext/SDBM_File/sdbm/sdbm.h
+++ b/ext/SDBM_File/sdbm/sdbm.h
@@ -79,6 +79,7 @@ extern int sdbm_delete proto((DBM *, datum));
extern int sdbm_store proto((DBM *, datum, datum, int));
extern datum sdbm_firstkey proto((DBM *));
extern datum sdbm_nextkey proto((DBM *));
+extern int sdbm_exists proto((DBM *, datum));
/*
* other