Changeset 78 for trunk/include


Ignore:
Timestamp:
Jan 9, 2007, 10:32:21 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #41 (unable to deactivate processcheck), and minor code cleanup.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_cat.h

    r68 r78  
    135135 MSG_PCK_CHECK, 
    136136 MSG_PCK_OK,     
     137 MSG_PCK_P_HIDDEN,
    137138 MSG_PCK_HIDDEN,
    138139 MSG_PCK_FAKE,   
  • trunk/include/sh_unix.h

    r68 r78  
    259259/* Test whether file exists
    260260 */
    261 int sh_unix_file_stat(char * path);
     261int sh_unix_file_exists(char * path);
    262262
    263263/* test whether file exists with proper attributes
    264264 */
    265 int sh_unix_file_exists(int fd);
     265int sh_unix_device_readable(int fd);
    266266
    267267/* local host
Note: See TracChangeset for help on using the changeset viewer.