use -Wl on -no-undefined as it is a linker option:
[oweals/gnunet.git] / src / include / gnunet_strings_lib.h
index f93148df56a545925f6eb3ceb59035f172dd2858..eb16a339d7fa53a754e34456d504b7f9a0d233bd 100644 (file)
@@ -328,6 +328,7 @@ GNUNET_STRINGS_string_to_data (const char *enc,
 size_t
 GNUNET_STRINGS_base64_encode (const char *data, size_t len, char **output);
 
+
 /**
  * Decode from Base64.
  *