]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal-performance.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bcal / bcal-performance.h
index 19207ea722b30e6b28561f12887ac7144e96ff54..7258854b5ad0ccd3b761bd7d8ecd1555f5c178db 100644 (file)
@@ -31,8 +31,8 @@
 
 #include "blockcipher_descriptor.h"
 
-void bcal_performance(const bcdesc_thd);
-void bcal_performance_multiple(const bcdesc_t* const* hd_list);
+void bcal_performance(const bcdesc_t *hd);
+void bcal_performance_multiple(const bcdesc_t *const *hd_list);
 
 
 #endif /* BCAL_PERFORMANCE_H_ */