diff bignum.h @ 744:504f33c684b5 kexguess

Add sentinel attribute
author Matt Johnston <matt@ucc.asn.au>
date Wed, 03 Apr 2013 00:32:05 +0800
parents c9483550701b
children f62e82c474d5
line wrap: on
line diff
--- a/bignum.h	Mon Apr 01 00:13:41 2013 +0800
+++ b/bignum.h	Wed Apr 03 00:32:05 2013 +0800
@@ -28,7 +28,7 @@
 #include "includes.h"
 
 void m_mp_init(mp_int *mp);
-void m_mp_init_multi(mp_int *mp, ...);
+void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL;
 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len);
 void sha1_process_mp(hash_state *hs, mp_int *mp);