]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint_io.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bigint / bigint_io.h
index e82247ecc65a9d4526ad12e22564081102008af0..2187ffea98cad3dcefcca5a44752c4db37fd6900 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "bigint.h"
 
-void    bigint_print_hex(const bigint_ta);
-uint8_t bigint_read_hex_echo(bigint_ta);
+void    bigint_print_hex(const bigint_t *a);
+uint8_t bigint_read_hex_echo(bigint_t *a);
 
 #endif /* BIGINT_IO_H_ */