]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/usersys.c
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / cups / usersys.c
index be69e265286ebbc630c103811c812642d40b22ec..48d932703f7e559d6649b0a58da5e587bc2d002f 100644 (file)
@@ -102,7 +102,7 @@ cupsGetPassword(const char *prompt) /* I - Prompt string */
  * Uses the current password callback function. Returns @code NULL@ if the
  * user does not provide a password.
  *
- * @since CUPS 1.4@
+ * @since CUPS 1.4/Mac OS X 10.6@
  */
 
 const char *                           /* O - Password */
@@ -184,7 +184,7 @@ cupsSetPasswordCB(cups_password_cb_t cb)/* I - Callback function */
  *
  * Pass @code NULL@ to restore the default (console) password callback.
  *
- * @since CUPS 1.4@
+ * @since CUPS 1.4/Mac OS X 10.6@
  */
 
 void