X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fincpath.h;h=df3be913e411460f948f0e986a978ff9825e8061;hb=b821c2c8ae74aca5346429344034f3c5200e5570;hp=2554900c7569775bda2665564809b5ed54f0f475;hpb=9aa85743ba769c056bc36e8214dc65c15ac5c45a;p=cc65 diff --git a/src/cc65/incpath.h b/src/cc65/incpath.h index 2554900c7..df3be913e 100644 --- a/src/cc65/incpath.h +++ b/src/cc65/incpath.h @@ -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 */