Revision: 73073
          http://sourceforge.net/p/brlcad/code/73073
Author:   brlcad
Date:     2019-05-16 06:32:37 +0000 (Thu, 16 May 2019)
Log Message:
-----------
need to declare prntTrie for help command

Modified Paths:
--------------
    brlcad/trunk/src/burst/extern.h

Modified: brlcad/trunk/src/burst/extern.h
===================================================================
--- brlcad/trunk/src/burst/extern.h     2019-05-16 06:31:17 UTC (rev 73072)
+++ brlcad/trunk/src/burst/extern.h     2019-05-16 06:32:37 UTC (rev 73073)
@@ -38,9 +38,12 @@
 #include "./Hm.h"
 
 /* External functions from application. */
+
+extern Func *getTrie(char *name, Trie *triep);
+extern Trie *addTrie(char *name, Trie **triepp);
+extern void prntTrie(Trie *triep, int level);
+
 extern Colors *findColors();
-extern Func *getTrie();
-extern Trie *addTrie();
 extern int chkEntryNorm();
 extern int chkExitNorm();
 extern int closFbDevice();

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to