Revision: 71768
          http://sourceforge.net/p/brlcad/code/71768
Author:   starseeker
Date:     2018-09-20 17:32:42 +0000 (Thu, 20 Sep 2018)
Log Message:
-----------
Add decl wrappers to snooze.h

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

Modified: brlcad/trunk/include/bu/snooze.h
===================================================================
--- brlcad/trunk/include/bu/snooze.h    2018-09-20 17:04:11 UTC (rev 71767)
+++ brlcad/trunk/include/bu/snooze.h    2018-09-20 17:32:42 UTC (rev 71768)
@@ -30,6 +30,7 @@
 
 #include "bu/defines.h"
 
+__BEGIN_DECLS
 
 /**
  * Convert seconds to microseconds
@@ -47,6 +48,7 @@
  */
 BU_EXPORT extern int bu_snooze(int64_t useconds);
 
+__END_DECLS
 
 #endif /* BU_SNOOZE_H */
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to