source: trunk/include/sh_sub.h@ 317

Last change on this file since 317 was 316, checked in by katerina, 14 years ago

Missing files for ticket #236

File size: 153 bytes
Line 
1#ifndef SH_SUB_H
2#define SH_SUB_H
3
4int sh_sub_stat (const char *path, struct stat *buf);
5int sh_sub_lstat (const char *path, struct stat *buf);
6
7#endif
Note: See TracBrowser for help on using the repository browser.