#! /bin/sh /usr/share/dpatch/dpatch-run ## zapchan.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad yate-0.8.7+cvs20050604~/modules/zapchan.cpp yate-0.8.7+cvs20050604/modules/zapchan.cpp --- yate-0.8.7+cvs20050604~/modules/zapchan.cpp 2005-03-28 08:27:37.000000000 -0600 +++ yate-0.8.7+cvs20050604/modules/zapchan.cpp 2005-12-13 16:32:47.000000000 -0600 @@ -201,12 +201,12 @@ #endif -static void pri_err_cb(char *s) +static void pri_err_cb(pri* unused, char *s) { Debug("PRI",DebugWarn,"%s",s); } -static void pri_msg_cb(char *s) +static void pri_msg_cb(pri* unused, char *s) { Debug("PRI",DebugInfo,"%s",s); }