Revision: 68947
          http://sourceforge.net/p/brlcad/code/68947
Author:   starseeker
Date:     2016-09-30 18:55:29 +0000 (Fri, 30 Sep 2016)
Log Message:
-----------
missing BU_EXPORT

Modified Paths:
--------------
    brlcad/trunk/include/bu/uuid.h

Modified: brlcad/trunk/include/bu/uuid.h
===================================================================
--- brlcad/trunk/include/bu/uuid.h      2016-09-30 18:38:37 UTC (rev 68946)
+++ brlcad/trunk/include/bu/uuid.h      2016-09-30 18:55:29 UTC (rev 68947)
@@ -45,7 +45,7 @@
  * entropy).  Providing a byte array and namespace will create a (SHA1-based)
  * version 5 UUID suitable for repeatable identifier hashing.
  */
-int
+BU_EXPORT int
 bu_uuid_create(uint8_t uuid[STATIC_ARRAY(16)], size_t nbytes, const uint8_t 
*bytes, const uint8_t namespace_uuid[STATIC_ARRAY(16)]);
 
 /**

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to