X-Git-Url: http://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/01037b081eab5fb3f208489dc3e052ec3a2c8ba1..5459351437f2b7b2a08457e5397f8a8381986ffe:/auth_getoption.html diff --git a/auth_getoption.html b/auth_getoption.html index 5f62ea5..48faf37 100644 --- a/auth_getoption.html +++ b/auth_getoption.html @@ -6,7 +6,7 @@ information. -->

Name

auth_getoption — Search an option string

Synopsis


#include <courierauth.h>
-

char *value=auth_getoption(const char *options,
 const char *keyword);
 

DESCRIPTION

+

char *value=auth_getoption(const char *options,
 const char *keyword);
 

DESCRIPTION

This is a convenience function for parsing account options, as received by the callback function invoked by auth_generic(3), @@ -24,7 +24,7 @@ As described in pairs.

auth_getoption searches options for a -keyword.

RETURNS

+keyword.

RETURNS

If options does not have the keyword, @@ -38,7 +38,7 @@ It is the caller's responsibility to the returned buffer.

auth_getoption returns NULL with errno set to ENOMEM if it cannot -allocate a buffer.

SEE ALSO

+allocate a buffer.

SEE ALSO

authlib(3), auth_generic(3),