mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
proto fixes
This commit is contained in:
parent
afba31f440
commit
424679e9fb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue