Revision: 33896
          http://brlcad.svn.sourceforge.net/brlcad/?rev=33896&view=rev
Author:   bob1961
Date:     2009-02-24 20:25:24 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
Added a declaration for ged_build_tops.

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

Modified: brlcad/trunk/include/ged.h
===================================================================
--- brlcad/trunk/include/ged.h  2009-02-24 19:30:24 UTC (rev 33895)
+++ brlcad/trunk/include/ged.h  2009-02-24 20:25:24 UTC (rev 33896)
@@ -462,6 +462,12 @@
 GED_EXPORT BU_EXTERN(void ged_view_init,
                     (struct ged_view *gvp));
 
+/* defined in rt.c */
+GED_EXPORT BU_EXTERN(int ged_build_tops,
+                    (struct ged        *gedp,
+                     char              **start,
+                     register char     **end));
+
 /* defined in wdb_comb_std.c */
 GED_EXPORT BU_EXTERN(int wdb_comb_std_cmd,
                     (struct rt_wdb     *gedp,


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to