Ignore:
Timestamp:
Oct 28, 2007, 4:55:19 PM (17 years ago)
Author:
rainer
Message:

More fixes for compile and runtime errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_utils.h

    r132 r138  
    5858 *  generator.
    5959 */
    60 UINT32 taus_get            (void *state1, void *state2, void *state3); 
     60UINT32 taus_get            (); 
    6161double taus_get_double     (void *vstate);  /* fast */
    6262int    taus_seed           (void);
     
    8585 */
    8686char * sh_util_siggen (char * hexkey, 
    87                        char * text, size_t textlen);
     87                       char * text, size_t textlen,
     88                       char * sigbuf, size_t sigbuflen);
    8889
    8990/* eval boolean input
     
    112113int sh_util_obscure_ok (const char * str);
    113114
    114 /* output a hexchar[2]
     115/* output a hexchar[2]; i2h must be char[2]
    115116 */
    116 char * sh_util_charhex( unsigned char c );
     117char * sh_util_charhex( unsigned char c, char * i2h );
    117118
    118119/* read a hexchar, return int value (0-15)
Note: See TracChangeset for help on using the changeset viewer.