summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-29 00:12:21 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-29 00:12:21 +0000
commitb2652ea2c3929a002bcce433de87b2c7599abb8a (patch)
tree699edc654ec2ffb1cc71112624745252fcc9c5cf /src/include
parent4a50829ceb6ffba77252610c577df98027d244ec (diff)
downloadkrb5-b2652ea2c3929a002bcce433de87b2c7599abb8a.tar.gz
krb5-b2652ea2c3929a002bcce433de87b2c7599abb8a.tar.xz
krb5-b2652ea2c3929a002bcce433de87b2c7599abb8a.zip
Fix comment style in public header
ticket: 3952 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18255 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index ed896b5daa..603ed80283 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2545,14 +2545,16 @@ krb5_set_error_message (krb5_context, krb5_error_code, const char *, ...);
void KRB5_CALLCONV
krb5_vset_error_message (krb5_context, krb5_error_code, const char *, va_list);
#endif
-/* The behavior of krb5_get_error_message is only defined the first
- time it is called after a failed call to a krb5 function using the
- same context, and only when the error code passed in is the same as
- that returned by the krb5 function. Future versions may return the
- same string for the second and following calls.
-
- The string returned by this function must be freed using
- krb5_free_error_message. */
+/*
+ * The behavior of krb5_get_error_message is only defined the first
+ * time it is called after a failed call to a krb5 function using the
+ * same context, and only when the error code passed in is the same as
+ * that returned by the krb5 function. Future versions may return the
+ * same string for the second and following calls.
+ *
+ * The string returned by this function must be freed using
+ * krb5_free_error_message.
+ */
char * KRB5_CALLCONV
krb5_get_error_message (krb5_context, krb5_error_code);
void KRB5_CALLCONV