You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
346 B
12 lines
346 B
--- libfilezilla/trunk/lib/libfilezilla/util.hpp 2017/06/01 19:28:46 8431
|
|
+++ libfilezilla/trunk/lib/libfilezilla/util.hpp 2017/06/02 15:08:22 8432
|
|
@@ -28,7 +28,7 @@
|
|
|
|
/** \brief Get random uniformly distributed bytes
|
|
*/
|
|
-std::vector<uint8_t> random_bytes(size_t size);
|
|
+std::vector<uint8_t> FZ_PUBLIC_SYMBOL random_bytes(size_t size);
|
|
|
|
}
|
|
|