summaryrefslogtreecommitdiff
path: root/ext/db/db.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-23 23:13:02 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-23 23:13:02 +0000
commitdf4547a3df3768f51e96226240c20df17102dff3 (patch)
tree9084fad9d9d0133e07e5ee55fc023c700039f5df /ext/db/db.c
parent0fa7618f7c34c4db7cd8ff304d27962b54b59124 (diff)
downloadphp-git-df4547a3df3768f51e96226240c20df17102dff3.tar.gz
another bunch of proto fixes
Diffstat (limited to 'ext/db/db.c')
-rw-r--r--ext/db/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/db.c b/ext/db/db.c
index ed64c9c14a..2d5f47e475 100644
--- a/ext/db/db.c
+++ b/ext/db/db.c
@@ -740,7 +740,7 @@ int php_dbm_delete(dbm_info *info, char *key) {
return(ret);
}
-/* {{{ string dbmfirstkey(int dbm_identifier)
+/* {{{ proto string dbmfirstkey(int dbm_identifier)
Retrieves the first key from a dbm database */
PHP_FUNCTION(dbmfirstkey)
{