|
@@ -193,7 +193,7 @@ NSPR_API(PRUint32) PR_fprintf(struct PRFileDesc* fd, const char *fmt, ...)
|
|
|
* \see slapi_value_set_flags()
|
|
* \see slapi_value_set_flags()
|
|
|
* \see slapi_values_set_flags()
|
|
* \see slapi_values_set_flags()
|
|
|
*/
|
|
*/
|
|
|
-#define SLAPI_ATTR_FLAG_NOEXPOSE 0x0400 /* the attr value is not exposed */
|
|
|
|
|
|
|
+#define SLAPI_ATTR_FLAG_NOEXPOSE 0x0800 /* the attr value is not exposed */
|
|
|
|
|
|
|
|
/* operation flags */
|
|
/* operation flags */
|
|
|
#define SLAPI_OP_FLAG_INTERNAL 0x00020 /* An operation generated by the core server or a plugin. */
|
|
#define SLAPI_OP_FLAG_INTERNAL 0x00020 /* An operation generated by the core server or a plugin. */
|