]> 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 b8c56663fbe0a595f537dc8adf276a674ea1ff4e..7258854b5ad0ccd3b761bd7d8ecd1555f5c178db 100644 (file)
@@ -31,8 +31,8 @@
 
 #include "blockcipher_descriptor.h"
 
-void bcal_performance(const bcdesc_thd);
-void bcal_performance_multiple(const bcdesc_t** hd_list);
+void bcal_performance(const bcdesc_t *hd);
+void bcal_performance_multiple(const bcdesc_t *const *hd_list);
 
 
 #endif /* BCAL_PERFORMANCE_H_ */