diff options
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) { |