1krb5_prepend_error_message - Add a prefix to the message for an error code. 2============================================================================= 3 4.. 5 6.. c:function:: void krb5_prepend_error_message(krb5_context ctx, krb5_error_code code, const char * fmt, ... ) 7 8.. 9 10 11:param: 12 13 **[in]** **ctx** - Library context 14 15 **[in]** **code** - Error code 16 17 **[in]** **fmt** - Format string for error message prefix 18 19 20.. 21 22 23 24.. 25 26 27 28 29 30 31 32Format a message and prepend it to the current message for *code* . The prefix will be separated from the old message with a colon and space. 33 34 35 36 37 38 39.. 40 41 42 43 44 45