]> git.sur5r.net Git - cc65/blobdiff - src/ld65/filepath.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ld65 / filepath.h
index 45d9a90c75489f88a8b3ca854850c7b6232d6d8c..97e77068bb579172ec739bf43b2d0fe9c8a67f65 100644 (file)
@@ -1,12 +1,12 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                filepath.h                                */
+/*                                 filepath.h                                */
 /*                                                                           */
 /*                    File search path handling for ld65                     */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2003-2010, Ullrich von Bassewitz                                      */
+/* (C) 2003-2013, Ullrich von Bassewitz                                      */
 /*                Roemerstrasse 52                                           */
 /*                D-70794 Filderstadt                                        */
 /* EMail:         uz@cc65.org                                                */
@@ -44,7 +44,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -53,10 +53,14 @@ extern SearchPath*      LibSearchPath;          /* Library path */
 extern SearchPath*      ObjSearchPath;          /* Object file path */
 extern SearchPath*      CfgSearchPath;          /* Config file path */
 
+extern SearchPath*      LibDefaultPath;         /* Default Library path */
+extern SearchPath*      ObjDefaultPath;         /* Default Object file path */
+extern SearchPath*      CfgDefaultPath;         /* Default Config file path */
+
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/