Fix include files

This commit is contained in:
jl777
2018-08-21 09:01:43 -11:00
parent c926780fba
commit 1afe09ff4e
6 changed files with 24 additions and 24 deletions

View File

@@ -14,14 +14,14 @@
******************************************************************************/
#ifndef CC_CHANNELS_H
#define CC_CHANNELS_H
#ifndef CC_GATEWAYS_H
#define CC_GATEWAYS_H
#include "CCinclude.h"
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool GatewaysValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
UniValue ChannelsInfo();
UniValue GatewaysInfo();
#endif

View File

@@ -14,14 +14,14 @@
******************************************************************************/
#ifndef CC_CHANNELS_H
#define CC_CHANNELS_H
#ifndef CC_ORACLES_H
#define CC_ORACLES_H
#include "CCinclude.h"
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool OraclesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
UniValue ChannelsInfo();
UniValue OraclesInfo();
#endif

View File

@@ -14,14 +14,14 @@
******************************************************************************/
#ifndef CC_CHANNELS_H
#define CC_CHANNELS_H
#ifndef CC_PAYMENTS_H
#define CC_PAYMENTS_H
#include "CCinclude.h"
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool PaymentsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
UniValue ChannelsInfo();
UniValue PaymentsInfo();
#endif

View File

@@ -14,14 +14,14 @@
******************************************************************************/
#ifndef CC_CHANNELS_H
#define CC_CHANNELS_H
#ifndef CC_PEGS_H
#define CC_PEGS_H
#include "CCinclude.h"
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool PegsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
UniValue ChannelsInfo();
UniValue PegsInfo();
#endif

View File

@@ -14,14 +14,14 @@
******************************************************************************/
#ifndef CC_CHANNELS_H
#define CC_CHANNELS_H
#ifndef CC_PRICES_H
#define CC_PRICES_H
#include "CCinclude.h"
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
UniValue ChannelsInfo();
UniValue PricesInfo();
#endif

View File

@@ -14,14 +14,14 @@
******************************************************************************/
#ifndef CC_CHANNELS_H
#define CC_CHANNELS_H
#ifndef CC_TRIGGERS_H
#define CC_TRIGGERS_H
#include "CCinclude.h"
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool TriggersValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
// CCcustom
UniValue ChannelsInfo();
UniValue TriggersInfo();
#endif