From: Hartmut Holzgraefe Date: Sun, 16 Dec 2001 10:18:45 +0000 (+0000) Subject: proto fixes X-Git-Tag: PRE_ISSET_PATCH~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=424679e9fb81cfc490d99741151a5166bcedd07c;p=php proto fixes --- diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index ace09d2dcb..1cf7be3a17 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -25,8 +25,8 @@ #include #include -/* {{{ 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;