diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-05 23:07:13 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-05 23:07:13 +0000 |
commit | c08d1ad74c1acdbadfad7b14b8bd34920f384f72 (patch) | |
tree | d8e218663e635ea0263fc16a14a945181b79f230 /ext/notes/php_notes.c | |
parent | 2c93a6ac2d785ee19ef740560cf803a242a38804 (diff) | |
download | php-git-c08d1ad74c1acdbadfad7b14b8bd34920f384f72.tar.gz |
proto fix
Diffstat (limited to 'ext/notes/php_notes.c')
-rw-r--r-- | ext/notes/php_notes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 32909fb04c..9d6246c773 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -2225,6 +2225,8 @@ char ItemText[MAX_ITEM_LEN]; /* Text rendering of item value */ char ItemName[MAX_ITEM_NAME_LEN];/* Zero terminated item name */ +/* {{{ proto bool notes_list_msgs(string db) + */ PHP_FUNCTION(notes_list_msgs) { |