Ignore:
Timestamp:
Apr 21, 2007, 8:22:16 PM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/shfile.h

    r881 r882  
    2525 */
    2626
     27#ifndef ___shfile_h___
     28#define ___shfile_h___
    2729
    2830#include "shtypes.h"
     
    4951
    5052
    51 int shfile_open(shinstance *, const char *, unsigned);
     53int shfile_open(shfdtab *, const char *, unsigned);
     54int shfile_close(shfdtab *pfdtab, unsigned fd);
    5255
     56#endif
     57
Note: See TracChangeset for help on using the changeset viewer.