|
From: Bob T. <bt...@us...> - 2001-07-15 02:06:32
|
Update of /cvsroot/benson/benson2/src/perl
In directory usw-pr-cvs1:/tmp/cvs-serv25848
Modified Files:
PerlObject.cc
Log Message:
Doh, need to update the argument list for BuildIdentity
Index: PerlObject.cc
===================================================================
RCS file: /cvsroot/benson/benson2/src/perl/PerlObject.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** PerlObject.cc 2001/04/17 03:21:23 1.5
--- PerlObject.cc 2001/07/15 02:06:30 1.6
***************
*** 128,132 ****
SV*
! Perl::BuildIdentity(SV *pkg, SV* alert_href, const char *agent, const char *sev, const char* sub, const char *msg) {
SV* idref;
dSP;
--- 128,132 ----
SV*
! Perl::BuildIdentity(SV *pkg, const char *agent, const char *sev, const char* sub, const char *msg) {
SV* idref;
dSP;
|