]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/dump.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / dump.h
index 0561b4e61cfaa4915a7757fb5d5b49dec68b5810..2f43dc223134e301e3a00a12493f2e17a3e08c5c 100644 (file)
@@ -37,6 +37,6 @@
  
 #define DUMP_WIDTH 16
 
-void dump(chars);
+void dump(char *s);
 
 #endif /* DUMP_H_ */