K 10
svn:author
V 7
coneill
K 8
svn:date
V 27
1997-10-15T17:44:49.000000Z
K 7
svn:log
V 793
Fixed the two warning that were being generated due to ARTcancel's arguments
not being const.  The fundamental problem was that ARTcancel did modify
the MessageID.  The weird thing is that it did this so that it could handle
processing multiple whitespace delimited messageid's.  This was not used by
anything (everything called ARTidok before calling ARTcancel, and ARTidok
doesn't allow multiple message-ids).  Fixed the problem by reworking
ARTcancel to not accept multiple messageids, making it possible to have all
arguments to ARTcancel be const.

Removed all instances of register variables.

Converted several of the other functions in art.c to ANSI declaration from
K&R.  Fixed XREPLIC feeds that were broken due to Data->Replic being passed
in from ARTpost instead of &Data->Replic.

END
