Revision: 42407
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42407&view=rev
Author:   tbrowder2
Date:     2011-01-18 10:39:48 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
add extern for attr comp function; add flags for extension of mged tree command 
args

Modified Paths:
--------------
    brlcad/trunk/src/libged/ged_private.h

Modified: brlcad/trunk/src/libged/ged_private.h
===================================================================
--- brlcad/trunk/src/libged/ged_private.h       2011-01-18 10:37:59 UTC (rev 
42406)
+++ brlcad/trunk/src/libged/ged_private.h       2011-01-18 10:39:48 UTC (rev 
42407)
@@ -52,6 +52,9 @@
 #define _GED_SHADED_MODE_ALL  2
 #define _GED_BOOL_EVAL        3
 
+#define _GED_TREE_AFLAG 0x01
+#define _GED_TREE_CFLAG 0x02
+
 struct _ged_id_names {
     struct bu_list l;
     struct bu_vls name;                /**< name associated with region id */
@@ -107,6 +110,11 @@
 /* defined in globals.c */
 extern struct solid _FreeSolid;
 
+/* defined in attr.c */
+BU_EXTERN (int _attr_cmpstringp,
+          (const void *p1,
+            const void *p2));
+
 /* defined in ged.c */
 BU_EXTERN (void _ged_print_node,
           (struct ged          *gedp,
@@ -114,7 +122,7 @@
            size_t              pathpos,
            int                 indentSize,
            char                prefix,
-           int                 cflag,
+           unsigned            flags,
            int                 displayDepth,
            int                 currdisplayDepth));
 BU_EXTERN (struct db_i *_ged_open_dbip,


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