diff --git a/lib/openpam_get_option.c b/lib/openpam_get_option.c index 2cdf270..bb11c6a 100644 --- a/lib/openpam_get_option.c +++ b/lib/openpam_get_option.c @@ -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 @@ -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 */ diff --git a/lib/openpam_set_option.c b/lib/openpam_set_option.c index cd8271d..a7b20f7 100644 --- a/lib/openpam_set_option.c +++ b/lib/openpam_set_option.c @@ -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 @@ -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 */