svn rev #24474: trunk/src/include/

raeburn@MIT.EDU raeburn at MIT.EDU
Sat Oct 23 18:26:01 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24474
Commit By: raeburn
Log Message:
Declare krb5_set_error_message_fl.


Changed Files:
U   trunk/src/include/k5-int.h
Modified: trunk/src/include/k5-int.h
===================================================================
--- trunk/src/include/k5-int.h	2010-10-23 22:25:58 UTC (rev 24473)
+++ trunk/src/include/k5-int.h	2010-10-23 22:26:01 UTC (rev 24474)
@@ -3022,6 +3022,13 @@
 #define krb5_set_error_message(ctx, code, ...)                          \
     krb5_set_error_message_fl(ctx, code, __FILE__, __LINE__, __VA_ARGS__)
 #endif
+void KRB5_CALLCONV_C
+krb5_set_error_message_fl (krb5_context ctx, krb5_error_code code,
+                           const char *file, int line, const char *fmt, ...)
+#ifdef __GNUC__
+    __attribute__((__format__(printf,5,6)))
+#endif
+    ;
 
 #ifndef DISABLE_TRACING
 /* Do not use these functions directly; see k5-trace.h. */




More information about the cvs-krb5 mailing list