Add missing 'extern "C" {' to some _err.h files in crypto/engines/

PR: 1609
This commit is contained in:
Lutz Jänicke
2008-04-18 07:43:23 +00:00
parent 2c16e78400
commit eb492df2bb
12 changed files with 48 additions and 0 deletions

View File

@@ -55,6 +55,10 @@
#ifndef HEADER_IBMCA_ERR_H
#define HEADER_IBMCA_ERR_H
#ifdef __cplusplus
extern "C" {
#endif
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.