]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-test-common.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-test-common.h
index 9c65523d718d007bfd777d8828db37eaa6f2cf82..d1e4cbd3f3798c43c341dc74a87b13cc416f8f0a 100644 (file)
@@ -33,6 +33,6 @@
 #include <avr/pgmspace.h>
 
 void main_setup(void);
-void welcome_msg(const charalgoname);
+void welcome_msg(const char *algoname);
 
 #endif /* MAINTESTCOMMON_H_ */