Ignore:
Timestamp:
Oct 6, 2007, 11:19:19 PM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.h

    r884 r1198  
    22/** @file
    33 *
    4  * File management. 
     4 * File management.
    55 *
    66 * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     
    5555int shfile_pipe(shfdtab *, int [2]);
    5656int shfile_close(shfdtab *, unsigned);
     57long shfile_read(shfdtab *, int, void *, size_t);
     58long shfile_write(shfdtab *, int, const void *, size_t);
     59long shfile_lseek(shfdtab *, int, long, int);
    5760int shfile_fcntl(shfdtab *, int fd, int cmd, int arg);
    5861#ifdef _MSC_VER
     
    7174int shfile_chdir(shfdtab *, const char *);
    7275char *shfile_getcwd(shfdtab *, char *, int);
    73          
     76int shfile_isatty(shfdtab *, int);
     77
    7478#endif
    7579
Note: See TracChangeset for help on using the changeset viewer.