Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r27 r20  
    9999extern  unsigned long mask_USER0;
    100100extern  unsigned long mask_USER1;
    101 extern  unsigned long mask_USER2;
    102 extern  unsigned long mask_USER3;
    103 extern  unsigned long mask_USER4;
    104101/* like READONLY, but without MTM,CTM,SIZ,INO, abd with PREL)
    105102 */
     
    144141int sh_unix_munlock(void * addr, size_t len);
    145142int sh_unix_count_mlock();
    146 /* public for unit tests */
    147 int sh_unix_pagesize();
    148 unsigned long sh_unix_lookup_page(void * in_addr, size_t len, int * num_pages);
    149143
    150144/* chroot directory
     
    154148/* whether to use localtime for file timesatams in logs
    155149 */
    156 int sh_unix_uselocaltime (const char * c);
     150int sh_unix_uselocaltime (char * c);
    157151
    158152/* set I/O limit
    159153 */
    160 int  sh_unix_set_io_limit (const char * c);
     154int  sh_unix_set_io_limit (char * c);
    161155void sh_unix_io_pause ();
    162156
     
    205199/* checksum of own binary
    206200 */
    207 int sh_unix_self_hash (const char * c);
     201int sh_unix_self_hash (char * c);
    208202
    209203/* return BAD on failure
     
    213207/* add a trusted user to the list
    214208 */
    215 int tf_add_trusted_user(const char *);
     209int tf_add_trusted_user(char *);
    216210
    217211/* check a file
     
    230224/* set the timeserver address
    231225 */
    232 int sh_unix_settimeserver (const char * address);
     226int sh_unix_settimeserver (char * address);
    233227void reset_count_dev_time(void);
    234228
Note: See TracChangeset for help on using the changeset viewer.