Index: trunk/include/sh_cat.h
===================================================================
--- trunk/include/sh_cat.h	(revision 76)
+++ trunk/include/sh_cat.h	(revision 78)
@@ -135,4 +135,5 @@
  MSG_PCK_CHECK,  
  MSG_PCK_OK,     
+ MSG_PCK_P_HIDDEN, 
  MSG_PCK_HIDDEN, 
  MSG_PCK_FAKE,   
Index: trunk/include/sh_unix.h
===================================================================
--- trunk/include/sh_unix.h	(revision 76)
+++ trunk/include/sh_unix.h	(revision 78)
@@ -259,9 +259,9 @@
 /* Test whether file exists
  */
-int sh_unix_file_stat(char * path);
+int sh_unix_file_exists(char * path);
 
 /* test whether file exists with proper attributes
  */
-int sh_unix_file_exists(int fd);
+int sh_unix_device_readable(int fd);
 
 /* local host
