]> git.sur5r.net Git - cc65/blobdiff - src/cc65/incpath.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / incpath.h
index 99096b8ae5c22b3fed85ebca8cb1cc3738ed5531..05824ac5e8fe29858b406f0002a2b943c06dd513 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                incpath.h                                 */
+/*                                 incpath.h                                 */
 /*                                                                           */
-/*                     Include path handling for cc65                       */
+/*                      Include path handling for cc65                       */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
-extern SearchPath     SysIncSearchPath;       /* System include path */
-extern SearchPath     UsrIncSearchPath;       /* User include path */
+extern SearchPaths*     SysIncSearchPath;       /* System include path */
+extern SearchPaths*     UsrIncSearchPath;       /* User include path */
 
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
 
-void ForgetAllIncludePaths (void);
-/* Remove all include search paths. */
-
 void InitIncludePaths (void);
 /* Initialize the include path search list */
 
@@ -72,7 +69,5 @@ void FinishIncludePaths (void);
 
 
 /* End of incpath.h */
-#endif
-
-
 
+#endif