|
From: <sv...@va...> - 2009-05-20 07:37:19
|
Author: njn
Date: 2009-05-20 08:37:13 +0100 (Wed, 20 May 2009)
New Revision: 10046
Log:
Trunk sync: param name.
Modified:
branches/DARWIN/coregrind/pub_core_debuglog.h
Modified: branches/DARWIN/coregrind/pub_core_debuglog.h
===================================================================
--- branches/DARWIN/coregrind/pub_core_debuglog.h 2009-05-20 07:36:18 UTC (rev 10045)
+++ branches/DARWIN/coregrind/pub_core_debuglog.h 2009-05-20 07:37:13 UTC (rev 10046)
@@ -74,11 +74,11 @@
const HChar* format, ... );
-/* A simple vprintf(). For each emitted byte, (*send) is called with
+/* A simple vprintf(). For each emitted byte, (*send_fn) is called with
that byte, and 'send_arg2' as its second param. */
extern
UInt VG_(debugLog_vprintf) (
- void (*send_fn)(HChar,void*), /* byte sink */
+ void (*send_fn)(HChar,void*),/* byte sink */
void* send_arg2, /* 2nd arg for byte sink */
const HChar *format,
va_list vargs
|