mirror of
https://github.com/Martin-P/OpenV2G.git
synced 2024-11-08 12:45:42 +00:00
fix issue w.r.t. "warning: its scope is only this definition or declaration, which is probably not what you want
" git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@103 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
parent
c6c656a9f7
commit
a4f803bb10
8 changed files with 21 additions and 10 deletions
|
@ -41,13 +41,15 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "dinEXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_DIN_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "dinEXIDatatypes.h"
|
||||
|
||||
int decode_dinExiDocument(bitstream_t* stream, struct dinEXIDocument* exiDoc);
|
||||
|
||||
|
|
|
@ -41,13 +41,14 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "dinEXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_DIN_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "dinEXIDatatypes.h"
|
||||
|
||||
|
||||
int encode_dinExiDocument(bitstream_t* stream, struct dinEXIDocument* exiDoc);
|
||||
|
|
|
@ -41,13 +41,15 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "iso1EXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_ISO1_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "iso1EXIDatatypes.h"
|
||||
|
||||
int decode_iso1ExiDocument(bitstream_t* stream, struct iso1EXIDocument* exiDoc);
|
||||
|
||||
|
|
|
@ -41,14 +41,15 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "iso1EXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_ISO1_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "iso1EXIDatatypes.h"
|
||||
|
||||
|
||||
int encode_iso1ExiDocument(bitstream_t* stream, struct iso1EXIDocument* exiDoc);
|
||||
|
||||
|
|
|
@ -41,13 +41,15 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "iso2EXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_ISO2_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "iso2EXIDatatypes.h"
|
||||
|
||||
int decode_iso2ExiDocument(bitstream_t* stream, struct iso2EXIDocument* exiDoc);
|
||||
|
||||
|
|
|
@ -41,13 +41,15 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "iso2EXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_ISO2_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "iso2EXIDatatypes.h"
|
||||
|
||||
|
||||
int encode_iso2ExiDocument(bitstream_t* stream, struct iso2EXIDocument* exiDoc);
|
||||
|
|
|
@ -41,13 +41,14 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "xmldsigEXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_XMLDSIG_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "xmldsigEXIDatatypes.h"
|
||||
|
||||
int decode_xmldsigExiDocument(bitstream_t* stream, struct xmldsigEXIDocument* exiDoc);
|
||||
|
||||
|
|
|
@ -41,14 +41,14 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "xmldsigEXIDatatypes.h"
|
||||
|
||||
#if DEPLOY_XMLDSIG_CODEC == SUPPORT_YES
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "EXITypes.h"
|
||||
#include "xmldsigEXIDatatypes.h"
|
||||
|
||||
|
||||
int encode_xmldsigExiDocument(bitstream_t* stream, struct xmldsigEXIDocument* exiDoc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue