Revision: 42439
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42439&view=rev
Author:   brlcad
Date:     2011-01-19 08:46:04 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
declare db_alloc_directory_block() properly according to the rename.

Modified Paths:
--------------
    brlcad/trunk/include/raytrace.h

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2011-01-19 08:40:57 UTC (rev 42438)
+++ brlcad/trunk/include/raytrace.h     2011-01-19 08:46:04 UTC (rev 42439)
@@ -2509,8 +2509,8 @@
  * declarations moved to db.h */
 
 /* storage obtainers */
-RT_EXPORT BU_EXTERN(void rt_alloc_seg_block,
-                   (struct resource *res));
+RT_EXPORT BU_EXTERN(void rt_alloc_seg_block, (struct resource *res));
+
 RT_EXPORT BU_EXTERN(void rt_cut_it,
                    (struct rt_i *rtip,
                     int ncpu));
@@ -3138,7 +3138,7 @@
  * freelist is exhausted.  Rather than simply getting one additional
  * structure, we get a whole batch, saving overhead.
  */
-RT_EXPORT BU_EXTERN(void db_alloc_directory, (struct resource *resp));
+RT_EXPORT BU_EXTERN(void db_alloc_directory_block, (struct resource *resp));
 
 
 /* db_match.c */


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to