Changeset f3351f0 for lib


Ignore:
Timestamp:
2008-04-05T11:54:31Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9143aeb
Parents:
8dbe021f
Message:

Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/arc.h

    r8dbe021f 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.