Revision: 75734
          http://sourceforge.net/p/brlcad/code/75734
Author:   starseeker
Date:     2020-05-07 18:44:13 +0000 (Thu, 07 May 2020)
Log Message:
-----------
this is in progname.c

Modified Paths:
--------------
    brlcad/branches/bioh/src/libbu/whereami.c

Modified: brlcad/branches/bioh/src/libbu/whereami.c
===================================================================
--- brlcad/branches/bioh/src/libbu/whereami.c   2020-05-07 18:37:26 UTC (rev 
75733)
+++ brlcad/branches/bioh/src/libbu/whereami.c   2020-05-07 18:44:13 UTC (rev 
75734)
@@ -30,6 +30,8 @@
 #include "bu/vls.h"
 #include "bu/malloc.h"
 
+extern const char *_bu_progname_raw(void);
+
 #define WAI_MALLOC(size) bu_malloc(size, "WAI_MALLOC")
 #define WAI_FREE(p) bu_free(p, "WAI_FREE")
 #define WAI_REALLOC(p, size) bu_realloc(p, size, "WAI_REALLOC")

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