home *** CD-ROM | disk | FTP | other *** search
- /* roll.h - this is the part of the Tar program */
-
- #ifdef MSDOS
- # define __ARGS__(x) x
- #endif
-
- #ifndef __ARGS__
- # define __ARGS__(x) ()
- #endif
-
- int newroll __ARGS__ ((char *));
- int rewroll __ARGS__ ((int));
- void delroll __ARGS__ ((void));
- int rputc __ARGS__ ((int));
- int rgetc __ARGS__ ((void));