]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_utilities/lib/debugging_internal.h
Security-57337.50.23.tar.gz
[apple/security.git] / OSX / libsecurity_utilities / lib / debugging_internal.h
index f4e7cb852adab7ccef50134ddaf8b69224af6533..6f990296c7bf5d004a33377a008fd60387af36b9 100644 (file)
@@ -43,8 +43,10 @@ typedef const void *DTException;
 //
 
 void secdebug_internal(const char* scope, const char* format, ...);
+void secdebugfunc_internal(const char* scope, const char* functionname, const char* format, ...);
 
 #define secdebug(scope, format...) secdebug_internal(scope, format)
+#define secdebugfunc(scope, format...) secdebugfunc_internal(scope, __PRETTY_FUNCTION__, format)
 #define secdebugf(scope, __msg)        SECURITY_DEBUG_LOG((char *)(scope), (__msg))
 
 //