From 424679e9fb81cfc490d99741151a5166bcedd07c Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 16 Dec 2001 10:18:45 +0000 Subject: [PATCH] proto fixes --- ext/standard/ftok.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1