Revision: 46636
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46636&view=rev
Author:   brlcad
Date:     2011-09-09 15:53:54 +0000 (Fri, 09 Sep 2011)
Log Message:
-----------
mark the private functions as HIDDEN

Modified Paths:
--------------
    brlcad/trunk/src/libged/search.c

Modified: brlcad/trunk/src/libged/search.c
===================================================================
--- brlcad/trunk/src/libged/search.c    2011-09-09 15:53:28 UTC (rev 46635)
+++ brlcad/trunk/src/libged/search.c    2011-09-09 15:53:54 UTC (rev 46636)
@@ -40,7 +40,9 @@
 
 #include "./ged_private.h"
 
-int _path_scrub(struct bu_vls *path) {
+HIDDEN int
+_path_scrub(struct bu_vls *path)
+{
     struct bu_vls tmp;
     const char *normalized;
     int islocal = 1;
@@ -58,7 +60,9 @@
 }
 
 
-void _add_toplevel(struct db_full_path_list *path_list, int local) {
+HIDDEN void
+_add_toplevel(struct db_full_path_list *path_list, int local)
+{
     struct db_full_path_list *new_entry;
     BU_GETSTRUCT(new_entry, db_full_path_list);
     new_entry->path = (struct db_full_path *) bu_malloc(sizeof(struct 
db_full_path), "new full path");
@@ -69,7 +73,9 @@
 }
 
 
-void _gen_toplevel(struct db_i *dbip, struct db_full_path_list *path_list, 
struct db_full_path *dfp, int local) {
+HIDDEN void
+_gen_toplevel(struct db_i *dbip, struct db_full_path_list *path_list, struct 
db_full_path *dfp, int local)
+{
     int i;
     struct directory *dp;
     struct db_full_path_list *new_entry;

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


------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to