source:
trunk/include/sh_sub.h@
580
Last change on this file since 580 was 321, checked in by , 14 years ago | |
---|---|
File size: 174 bytes |
Rev | Line | |
---|---|---|
[316] | 1 | #ifndef SH_SUB_H |
2 | #define SH_SUB_H | |
3 | ||
[321] | 4 | void sh_kill_sub (); |
[316] | 5 | int sh_sub_stat (const char *path, struct stat *buf); |
6 | int sh_sub_lstat (const char *path, struct stat *buf); | |
7 | ||
8 | #endif |
Note:
See TracBrowser
for help on using the repository browser.