]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal-nessie.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bcal / bcal-nessie.h
index 01209615d75576c97a2356e90434f8af2aafef80..73cff4674465f5937f0001cc1365329ddaaf16a6 100644 (file)
@@ -30,8 +30,8 @@
 
 #include "blockcipher_descriptor.h"
 
-void bcal_nessie(const bcdesc_tbcd);
-void bcal_nessie_multiple(const bcdesc_t* const* bcd_list);
+void bcal_nessie(const bcdesc_t *bcd);
+void bcal_nessie_multiple(const bcdesc_t *const *bcd_list);
 
 
 #endif /* BCALNESSIE_H_ */