1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

proto fixes

This commit is contained in:
Hartmut Holzgraefe
2001-12-16 10:18:45 +00:00
parent afba31f440
commit 424679e9fb

View File

@@ -25,8 +25,8 @@
#include <sys/types.h>
#include <sys/ipc.h>
/* {{{ proto int ftok(string pathname, char proj)
convert a pathname and a project identifier to a System V IPC key */
/* {{{ proto int ftok(string pathname, string proj)
Convert a pathname and a project identifier to a System V IPC key */
PHP_FUNCTION(ftok)
{
pval **pathname, **proj;