Fix sodium_init()

This commit is contained in:
Frank Denis
2013-04-21 17:32:04 -07:00
parent dd45e3824f
commit 98a58ff3f9
+2 -2
View File
@@ -1,8 +1,8 @@
#include "sodium.h"
#include "core.h"
int
sodium_init(sodium_options *options)
sodium_init(const sodium_options *options)
{
(void) options;