summaryrefslogtreecommitdiff
path: root/cups/usersys.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-05-31 22:22:40 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-05-31 22:22:40 -0400
commit53af7f21603aaf2100a8915e88329ff5d002a086 (patch)
treeb2dc6388e5f25c5b415b0530e145c8c54a962a78 /cups/usersys.c
parentf50db552c566e2525bada17e5c50606701a1a0d7 (diff)
downloadcups-53af7f21603aaf2100a8915e88329ff5d002a086.tar.gz
Documentation updates.
Diffstat (limited to 'cups/usersys.c')
-rw-r--r--cups/usersys.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/cups/usersys.c b/cups/usersys.c
index 333d21e00..b4fa81f78 100644
--- a/cups/usersys.c
+++ b/cups/usersys.c
@@ -1,7 +1,7 @@
/*
* User, system, and password routines for CUPS.
*
- * Copyright 2007-2015 by Apple Inc.
+ * Copyright 2007-2017 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -132,6 +132,8 @@ cupsEncryption(void)
* thread in a program. Multi-threaded programs that override the setting via
* the @link cupsSetPasswordCB@ or @link cupsSetPasswordCB2@ functions need to
* do so in each thread for the same function to be used.
+ *
+ * @exclude all@
*/
const char * /* O - Password */
@@ -297,6 +299,8 @@ cupsSetEncryption(http_encryption_t e) /* I - New encryption preference */
* Note: The current password callback is tracked separately for each thread
* in a program. Multi-threaded programs that override the callback need to do
* so in each thread for the same callback to be used.
+ *
+ * @exclude all@
*/
void