Ignore:
Timestamp:
Oct 18, 2010, 10:52:03 AM (15 years ago)
Author:
bird
Message:

kash: Some S-bahn optimizations.

File:
1 edited

Legend:

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

    r2423 r2424  
    142142int shfile_fcntl(shfdtab *, int fd, int cmd, int arg);
    143143int shfile_dup(shfdtab *, int fd);
     144int shfile_movefd(shfdtab *, int fdfrom, int fdto);
     145int shfile_movefd_above(shfdtab *, int fdfrom, int fdmin);
    144146
    145147int shfile_stat(shfdtab *, const char *, struct stat *);
Note: See TracChangeset for help on using the changeset viewer.