Skip to content

Commit

Permalink
[include] refs fibercrypto#116 Correcting parse to make format-libc
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jan 29, 2020
1 parent 190d33d commit 88ca0cc
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions include/cipher.base58.base58.go.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
typedef struct{
GoInt8_ decode[128];
GoUint8_ encode[58];
typedef struct {
GoInt8_ decode[128];
GoUint8_ encode[58];
} base58__Alphabet;
2 changes: 1 addition & 1 deletion include/cipher.bip32.bip32.go.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
typedef struct{
typedef struct {
GoInt32_ _unnamed;
bool impossibleChild;
} bip32__Error;
8 changes: 4 additions & 4 deletions include/cli.check_balance.go.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
typedef struct{
typedef struct {
GoString_ Coins;
GoString_ Hours;
} cli__Balance;
typedef struct{
typedef struct {
cli__Balance Confirmed;
cli__Balance Spendable;
cli__Balance Expected;
GoString_ Address;
} cli__AddressBalances;
typedef struct{
typedef struct {
cli__Balance Confirmed;
cli__Balance Spendable;
cli__Balance Expected;
GoSlice_ Addresses;
GoSlice_ Addresses;
} cli__BalanceResult;
10 changes: 5 additions & 5 deletions include/cli.cli.go.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
typedef struct{
typedef struct {
GoString_ DataDir;
GoString_ Coin;
GoString_ RPCAddress;
GoString_ RPCUsername;
GoString_ RPCPassword;
} cli__Config;
typedef struct{
typedef struct {
GoInt32_ _unnamed;
} cli__WalletLoadError;
typedef struct{
typedef struct {
GoInt32_ _unnamed;
} cli__WalletSaveError;
typedef GoInterface_ cli__PasswordReader;
typedef GoSlice_ cli__PasswordFromBytes;
typedef struct{
typedef GoSlice_ cli__PasswordFromBytes;
typedef struct {
} cli__PasswordFromTerm;
10 changes: 5 additions & 5 deletions include/cli.create_rawtx.go.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
typedef struct{
typedef struct {
GoString_ Addr;
GoUint64_ Coins;
} cli__SendAmount;
typedef struct{
typedef struct {
GoString_ Addr;
GoString_ Coins;
} cli__sendAmountJSON;
typedef struct{
typedef struct {
GoString_ Wallet;
GoString_ Address;
} cli__walletAddress;
typedef GoInterface_ cli__GetOutputser;
typedef struct{
typedef struct {
GoString_ WalletID;
GoString_ Address;
GoString_ ChangeAddress;
GoSlice_ SendAmounts;
GoSlice_ SendAmounts;
cli__PasswordReader Password;
} cli__createRawTxnArgs;
2 changes: 1 addition & 1 deletion include/cli.outputs.go.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
typedef struct{
typedef struct {
readable__UnspentOutputsSummary Outputs;
} cli__OutputsResult;
8 changes: 4 additions & 4 deletions include/coin.outputs.go.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
typedef struct{
typedef struct {
GoUint64_ Time;
GoUint64_ BkSeq;
} coin__UxHead;
typedef struct{
typedef struct {
cipher__SHA256 SrcTransaction;
cipher__Address Address;
GoUint64_ Coins;
GoUint64_ Hours;
} coin__UxBody;
typedef GoMap_ coin__UxHashSet;
typedef GoSlice_ coin__UxArray;
typedef GoSlice_ coin__UxArray;
typedef GoMap_ coin__AddressUxOuts;
typedef struct{
typedef struct {
coin__UxHead Head;
coin__UxBody Body;
} coin__UxOut;
6 changes: 3 additions & 3 deletions include/params.distribution.go.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
typedef struct{
typedef struct {
GoUint64_ MaxCoinSupply;
GoUint64_ InitialUnlockedCount;
GoUint64_ UnlockAddressRate;
GoUint64_ UnlockTimeInterval;
GoSlice_ Addresses;
GoSlice_ addressesDecoded;
GoSlice_ Addresses;
GoSlice_ addressesDecoded;
} params__Distribution;
2 changes: 1 addition & 1 deletion include/transaction.choose.go.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
typedef struct{
typedef struct {
cipher__SHA256 Hash;
GoUint64_ BkSeq;
GoUint64_ Time;
Expand Down

0 comments on commit 88ca0cc

Please sign in to comment.