Ignore:
Timestamp:
Oct 7, 2007, 5:40:04 PM (18 years ago)
Author:
bird
Message:

some more.

File:
1 edited

Legend:

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

    r1203 r1206  
    258258    int                 nmboxes;        /**< number of mailboxes */
    259259    time_t              mailtime[MAXMBOXES]; /**< times of mailboxes */
     260
     261    /* bltin/test.c */
     262    char              **t_wp;
     263    struct t_op const  *t_wp_op;
    260264
    261265} shinstance;
     
    323327void sh__exit(shinstance *, int);
    324328int sh_execve(shinstance *, const char *, const char * const*, const char * const *);
    325 
    326 #endif
     329uid_t sh_getuid(shinstance *);
     330uid_t sh_geteuid(shinstance *);
     331gid_t sh_getgid(shinstance *);
     332gid_t sh_getegid(shinstance *);
     333
     334#endif
Note: See TracChangeset for help on using the changeset viewer.