Changeset - 93996706d92a
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-23 22:01:18
ohnobinki@ohnopublishing.net
implemented distren_init
but the real grunt work of that function will be done by distren_init_mf, so there is no real progress here ;-)
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/client/libdistren.c
Show inline comments
 
@@ -23,6 +23,7 @@
 

	
 
#include <libdistren.h>
 

	
 
#include <malloc.h>
 

	
 
/**
 
   @todo Stub
 
@@ -36,6 +37,7 @@ int distren_init_mf(distren_t *handle, d
 
 */
 
int distren_init(distren_t *handle)
 
{
 
  return distren_init_mf(handle, &malloc, &free);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)