]> git.sur5r.net Git - cc65/blobdiff - src/cc65/incpath.h
More optimizations
[cc65] / src / cc65 / incpath.h
index 2554900c7569775bda2665564809b5ed54f0f475..df3be913e411460f948f0e986a978ff9825e8061 100644 (file)
@@ -63,6 +63,9 @@ char* FindInclude (const char* Name, unsigned Where);
  * the complete path, if found, return 0 otherwise.
  */
 
+void ForgetAllIncludePaths (void);
+/* Remove all include search paths. */
+
 void InitIncludePaths (void);
 /* Initialize the include path search list */