chiark / gitweb /
xfoo => mfoo, add comment
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 8 May 2010 14:28:19 +0000 (15:28 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 8 May 2010 14:28:19 +0000 (15:28 +0100)
backends/innduct.c

index 36dc8aac0e99454ceca11a43a10fb637879a73ee..5d49ea6620232718523e7fece16104d2624432d7 100644 (file)
@@ -608,6 +608,11 @@ logwrap(debug,    " debug",    LOG_DEBUG,   -1);
 
 /*========== utility functions etc. ==========*/
 
+/* error trapping wrappers are called mfoo rather than the more
+ * conventional xfoo because we don't want to clash with the existing
+ * xfoo functions in INN libs which use different error handlers
+ */
+
 static char *mvasprintf(const char *fmt, va_list al) PRINTF(1,0);
 static char *mvasprintf(const char *fmt, va_list al) {
   char *str;