Ignore:
Timestamp:
Apr 21, 2007, 8:33:35 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

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

    r626 r879  
    3131 */
    3232
    33 void    getpwd(int);
    34 int     cdcmd(int, char **);
    35 int     pwdcmd(int, char **);
     33void    getpwd(struct shinstance *, int);
     34int     cdcmd(struct shinstance *, int, char **);
     35int     pwdcmd(struct shinstance *, int, char **);
    3636#ifdef PC_DRIVE_LETTERS
    3737#define IS_ROOT(path) (   *(path) == '/' \
Note: See TracChangeset for help on using the changeset viewer.