Skip to content

Commit

Permalink
Add documentation for krb5_error_code
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d02def)

ticket: 8387
version_fixed: 1.14.2
status: resolved
tags: -pullup
  • Loading branch information
SaharahSarah authored and tlyu committed Apr 5, 2016
1 parent 552a712 commit 2d5910c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/include/krb5/krb5.hin
Expand Up @@ -182,9 +182,15 @@ typedef krb5_int32 krb5_cryptotype;
typedef krb5_int32 krb5_preauthtype; /* This may change, later on */
typedef krb5_int32 krb5_flags;
typedef krb5_int32 krb5_timestamp;
typedef krb5_int32 krb5_error_code;
typedef krb5_int32 krb5_deltat;

/**
* Used to convey an operation status. The value 0 indicates success; any
* other values are com_err codes. Use krb5_get_error_message() to obtain a
* string describing the error.
*/
typedef krb5_int32 krb5_error_code;

typedef krb5_error_code krb5_magic;

typedef struct _krb5_data {
Expand Down

0 comments on commit 2d5910c

Please sign in to comment.