Index: trunk/include/sh_sub.h
===================================================================
--- trunk/include/sh_sub.h	(revision 316)
+++ trunk/include/sh_sub.h	(revision 316)
@@ -0,0 +1,7 @@
+#ifndef SH_SUB_H
+#define SH_SUB_H
+
+int sh_sub_stat  (const char *path, struct stat *buf);
+int sh_sub_lstat (const char *path, struct stat *buf);
+
+#endif
