Changeset - e882fb7719c5
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-23 22:01:37
ohnobinki@ohnopublishing.net
removed stub label for distren_init
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/client/libdistren.c
Show inline comments
 
@@ -23,27 +23,24 @@
 

	
 
#include <libdistren.h>
 

	
 
#include <malloc.h>
 

	
 
/**
 
   @todo Stub
 
 */
 
int distren_init_mf(distren_t *handle, distren_malloc_t mymalloc, distren_free_t myfree)
 
{
 
}
 

	
 
/**
 
   @todo Stub
 
 */
 
int distren_init(distren_t *handle)
 
{
 
  return distren_init_mf(handle, &malloc, &free);
 
}
 

	
 
/**
 
   @todo Stub
 
 */
 
int distren_submit_file(distren_t handle, distren_job_t *job, const char *filename)
 
{
 
}
 

	
0 comments (0 inline, 0 general)