- applied some -W's from strongswan

- fixed that warnings
This commit is contained in:
Martin Willi
2006-05-09 07:34:25 +00:00
parent 24953b5e18
commit f768bdc3f3
62 changed files with 147 additions and 145 deletions
+1 -1
View File
@@ -55,6 +55,6 @@ struct md5_hasher_t {
*
* @ingroup hashers
*/
md5_hasher_t *md5_hasher_create();
md5_hasher_t *md5_hasher_create(void);
#endif /*MD5_HASHER_H_*/