From d889ec1a379f6f8f2f6d780aca3dde2c00f2e774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 8 Aug 2015 12:44:23 +0200 Subject: [PATCH] Update comment at isds_get_box_list_archive() This only documents a new "POA" value. --- src/isds.c | 9 +++++---- src/isds.h | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/isds.c b/src/isds.c index 8faafc0..726ac58 100644 --- a/src/isds.c +++ b/src/isds.c @@ -7061,10 +7061,11 @@ isds_error isds_delete_user(struct isds_ctx *context, * @context is session context * @list_identifier is UTF-8 encoded string identifying boxes of interrest. * System recognizes following values currently: ALL (all boxes), UPG - * (effectively OVM boxes), OVM (OVM gross type boxes), OPN (boxes allowing - * receiving commercial messages). This argument is a string because - * specification states new values can appear in the future. Not all list - * types are available to all users. + * (effectively OVM boxes), POA (active boxes allowing receiving commercial + * messages), OVM (OVM gross type boxes), OPN (boxes allowing receiving + * commercial messages). This argument is a string because specification + * states new values can appear in the future. Not all list types are + * available to all users. * @buffer is automatically reallocated memory to store the list of boxes. The * list is zipped CSV file. * @buffer_length is size of @buffer data in bytes. diff --git a/src/isds.h b/src/isds.h index 0902656..bb80835 100644 --- a/src/isds.h +++ b/src/isds.h @@ -1194,10 +1194,11 @@ isds_error isds_delete_user(struct isds_ctx *context, * @context is session context * @list_identifier is UTF-8 encoded string identifying boxes of interrest. * System recognizes following values currently: ALL (all boxes), UPG - * (effectively OVM boxes), OVM (OVM gross type boxes), OPN (boxes allowing - * receiving commercial messages). This argument is a string because - * specification states new values can appear in the future. Not all list - * types are available to all users. + * (effectively OVM boxes), POA (active boxes allowing receiving commercial + * messages), OVM (OVM gross type boxes), OPN (boxes allowing receiving + * commercial messages). This argument is a string because specification + * states new values can appear in the future. Not all list types are + * available to all users. * @buffer is automatically reallocated memory to store the list of boxes. The * list is zipped CSV file. * @buffer_length is size of @buffer data in bytes. -- 2.11.4.GIT