]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/filename.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / cbm / filename.s
index 85d5bc4598ddad0fc38d834662939e0941217b84..fb8c9978e8c0abb58046713c53334556fe3df455 100644 (file)
@@ -4,7 +4,8 @@
 ; File name handling for CBM file I/O
 ;
 
-        .export         fnparse, fnset, fnaddmode, fncomplete, fndefunit
+        .export         fnparse, fnparsename, fnset
+        .export         fnadd, fnaddmode, fncomplete, fndefunit
         .export         fnunit, fnlen, fncmd, fnbuf
 
         .import         SETNAM
@@ -12,7 +13,7 @@
         .importzp       ptr1, tmp1
 
         .include        "ctype.inc"
-                  
+
 
 ;------------------------------------------------------------------------------
 ; fnparsename: Parse a filename (without drive spec) passed in in ptr1 and y.