WA-SDK  3.0.4.0
WA-SDK
issacwebpro_cms_util.h
이 파일의 문서화 페이지로 가기
1 /*
2  * Copyright (C) 2002 PENTA SECURITY SYSTEMS, INC.
3  * All rights reserved
4  *
5  * THIS IS UNPUBLISHED PROPRIETARY
6  * SOURCE CODE OF PENTA SECURITY SYSTEMS, INC.
7  * The copyright notice above does not evidence any actual or intended publication of
8  * such source code.
9  *
10  * Filename : issacwebpro_cms_util.h
11  */
12 
13 #ifndef _issacwebpro_cms_util_h
14 #define _issacwebpro_cms_util_h
15 
16 #include "types.h"
17 
18 EXTERNC int
19 issaccms_import_certificate(char* pszKeyName, const unsigned char *CertEncoded, const unsigned long CertEncoded_len);
20 
21 #endif /* _issaccms_util_h */
EXTERNC int issaccms_import_certificate(char *pszKeyName, const unsigned char *CertEncoded, const unsigned long CertEncoded_len)
#define EXTERNC
Definition: wasdk_public.h:16