Cross-reference openpam_{get,set}_option(3).

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@242 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-06-01 14:05:15 +00:00
parent 6c68711fe1
commit 3326a91846
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/lib/openpam_get_option.c#8 $
* $P4: //depot/projects/openpam/lib/openpam_get_option.c#9 $
*/
#include <sys/param.h>
@ -77,4 +77,6 @@ openpam_get_option(pam_handle_t *pamh,
* The =openpam_get_option function returns the value of the specified
* option in the context of the currently executing service module, or
* =NULL if the option is not set or no module is currently executing.
*
* >openpam_set_option
*/

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/lib/openpam_set_option.c#11 $
* $P4: //depot/projects/openpam/lib/openpam_set_option.c#12 $
*/
#include <sys/param.h>
@ -113,4 +113,6 @@ openpam_set_option(pam_handle_t *pamh,
/**
* The =openpam_set_option function sets the specified option in the
* context of the currently executing service module.
*
* >openpam_get_option
*/