~ubuntu-branches/ubuntu/utopic/nettle/utopic

« back to all changes in this revision

Viewing changes to realloc.h

  • Committer: Package Import Robot
  • Author(s): Magnus Holmgren
  • Date: 2011-09-03 17:59:01 UTC
  • mfrom: (8.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20110903175901-s07iotf0smzqshl2
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
extern "C" {
32
32
#endif
33
33
 
34
 
typedef void *nettle_realloc_func(void *ctx, void *p, unsigned length);
35
 
 
36
34
nettle_realloc_func nettle_realloc;
37
35
nettle_realloc_func nettle_xrealloc;
38
36