Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/arc.h

    rddcf491f rf3351f0  
    3131};
    3232
     33#ifndef G_GNUC_MALLOC
     34#define G_GNUC_MALLOC
     35#endif
     36
    3337G_GNUC_MALLOC struct arc_state *arc_keymaker( unsigned char *key, int kl, int cycles );
    3438unsigned char arc_getbyte( struct arc_state *st );
Note: See TracChangeset for help on using the changeset viewer.