Bug 177201: declare NSS_CMSEncoder_Cancel.

git-svn-id: svn://10.0.0.236/trunk@132671 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2002-10-30 01:31:01 +00:00
parent 5854d119ea
commit 3cb4b59ccc

View File

@@ -34,7 +34,7 @@
/*
* Interfaces of the CMS implementation.
*
* $Id: cms.h,v 1.13 2002-09-20 04:41:45 jpierre%netscape.com Exp $
* $Id: cms.h,v 1.14 2002-10-30 01:31:01 wtc%netscape.com Exp $
*/
#ifndef _CMS_H_
@@ -131,6 +131,12 @@ NSS_CMSEncoder_Start(NSSCMSMessage *cmsg,
extern SECStatus
NSS_CMSEncoder_Update(NSSCMSEncoderContext *p7ecx, const char *data, unsigned long len);
/*
* NSS_CMSEncoder_Cancel - stop all encoding
*/
extern SECStatus
NSS_CMSEncoder_Cancel(NSSCMSEncoderContext *p7ecx);
/*
* NSS_CMSEncoder_Finish - signal the end of data
*