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