diff options
author | Tal Peer <tal@php.net> | 2002-09-25 13:49:55 +0000 |
---|---|---|
committer | Tal Peer <tal@php.net> | 2002-09-25 13:49:55 +0000 |
commit | 0c5538d077029b6701aa277275d11adc5696f415 (patch) | |
tree | f3367a8febf2156a5147fd0474b54b9986fd54a8 | |
parent | 7ae21968524eac4473bbc9ff1e80fcfe40823d56 (diff) | |
download | php-git-0c5538d077029b6701aa277275d11adc5696f415.tar.gz |
- Update proto
-rwxr-xr-x | ext/fribidi/fribidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fribidi/fribidi.c b/ext/fribidi/fribidi.c index 2bcd0b5d52..708668aeba 100755 --- a/ext/fribidi/fribidi.c +++ b/ext/fribidi/fribidi.c @@ -118,7 +118,7 @@ PHP_MINFO_FUNCTION(fribidi) +------------------------------------------------------------+ */ -/* {{{ proto string fribidi_log2vis(string str, long direction, int charset) +/* {{{ proto string fribidi_log2vis(string v_str, long direction, long charset) Convert a logical string to a visual one */ PHP_FUNCTION(fribidi_log2vis) { |