diff options
| author | Tom Yu <tlyu@mit.edu> | 2009-10-31 00:48:38 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2009-10-31 00:48:38 +0000 |
| commit | 02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch) | |
| tree | 61b9147863cd8be3eff63903dc36cae168254bd5 /src/windows/identity/include | |
| parent | 162ab371748cba0cc6f172419bd6e71fa04bb878 (diff) | |
make mark-cstyle
make reindent
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/include')
| -rw-r--r-- | src/windows/identity/include/khdefs.h | 6 | ||||
| -rw-r--r-- | src/windows/identity/include/kherror.h | 2 | ||||
| -rw-r--r-- | src/windows/identity/include/khmsgtypes.h | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/src/windows/identity/include/khdefs.h b/src/windows/identity/include/khdefs.h index c39d6f4ea..e1246c4ae 100644 --- a/src/windows/identity/include/khdefs.h +++ b/src/windows/identity/include/khdefs.h @@ -120,7 +120,7 @@ typedef __int64 ssize_t; typedef _W64 int ssize_t; #endif #define _SSIZE_T_DEFINED -#endif +#endif typedef ssize_t khm_ssize; @@ -135,7 +135,7 @@ typedef unsigned __int64 khm_lparm; #error khm_wparm and khm_lparm need to be defined for this platform #endif -/*!\def KHMAPI +/*!\def KHMAPI \brief Calling convention for NetIDMgr exported functions The caling convention for all NetIDMgr exported functions is \b @@ -204,7 +204,7 @@ typedef unsigned __int64 khm_lparm; Returns the smallest integer greater than or equal to the parameter that is a multiple of 4. - + \note Only use with positive integers. */ #define UBOUND32(d) ((((d)-1)&~3) + 4) diff --git a/src/windows/identity/include/kherror.h b/src/windows/identity/include/kherror.h index a8ee64505..1250e9cfd 100644 --- a/src/windows/identity/include/kherror.h +++ b/src/windows/identity/include/kherror.h @@ -41,7 +41,7 @@ /*! \brief Range for error codes - NetIDMgr errors range from \a KHM_ERROR_BASE to + NetIDMgr errors range from \a KHM_ERROR_BASE to KHM_ERROR_BASE + KHM_ERROR_RANGE. */ #define KHM_ERROR_RANGE 256L diff --git a/src/windows/identity/include/khmsgtypes.h b/src/windows/identity/include/khmsgtypes.h index cfb43f94e..d4737f7ff 100644 --- a/src/windows/identity/include/khmsgtypes.h +++ b/src/windows/identity/include/khmsgtypes.h @@ -63,7 +63,7 @@ #define KMSG_KCDB 2 /*! \brief NetIDMgr Module Manager messages - + \see \ref kmq_msg_kmm */ #define KMSG_KMM 3 @@ -122,7 +122,7 @@ /*@}*/ -/*! \defgroup kmq_msg_system KMSG_SYSTEM subtypes +/*! \defgroup kmq_msg_system KMSG_SYSTEM subtypes @{*/ /*! \brief Generic initialization message @@ -159,7 +159,7 @@ #define KMSG_SYSTEM_COMPLETION 3 /*@}*/ -/*! \defgroup kmq_msg_kcdb KMSG_KCDB subtypes +/*! \defgroup kmq_msg_kcdb KMSG_KCDB subtypes @{*/ #define KMSG_KCDB_IDENT 1 #define KMSG_KCDB_CREDTYPE 2 @@ -248,7 +248,7 @@ /*! \defgroup kmq_msg_cred KMSG_CRED subtypes @{*/ /*! \brief Root credential set changed - + This message is issued when the root credential set successfully collected credentials from another credential set. @@ -553,9 +553,9 @@ */ #define IS_CRED_ACQ_MSG(msg) ((msg) >= 16 && (msg) <=31) -/*@}*/ /* /KMSG_CRED subtypes */ +/*@}*/ /* /KMSG_CRED subtypes */ -/*! \defgroup kmq_msg_alert KMSG_ALERT Subtypes +/*! \defgroup kmq_msg_alert KMSG_ALERT Subtypes @{*/ /*! \brief Show an alert @@ -691,7 +691,7 @@ guaranteed to be in canonical form. The return value should be akin to strcmp(). - Message parameters: + Message parameters: - \b vparam : A pointer to a ::kcdb_ident_name_xfer structure. The \a name_src member points at the first name, and the \a |
