Commit 036551277e4d3e38e9ae70c084e260438ab52a61

Francois Perrad 2019-03-06T15:09:32

parameter with name in prototype

1
2
3
4
5
6
7
8
9
10
diff --git a/demo/shared.h b/demo/shared.h
index 7be8e86..7a7b88f 100644
--- a/demo/shared.h
+++ b/demo/shared.h
@@ -25,4 +25,4 @@
 
 #include "tommath.h"
 
-void ndraw(mp_int*, const char*);
+extern void ndraw(mp_int* a, const char* name);