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;