Changeset - b6d81cafcc9d
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 16 years ago 2009-05-23 21:51:11
ohnobinki@ohnopublishing.net
fixed DoxyGen @todo commands
2 files changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
src/client/libdistren.c
Show inline comments
 
@@ -16,38 +16,38 @@
 
  You should have received a copy of the GNU Affero General Public License
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
/*
 
  Implementation of distren_* functions from distren.h excluding distren_job_* functions.
 
 */
 

	
 
#include <libdistren.h>
 

	
 

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

	
 
/**
 
   @TODO Stub
 
   @todo Stub
 
 */
 
int distren_init(distren_t *handle)
 
{
 
}
 

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

	
 
/**
 
   @TODO Stub
 
   @todo Stub
 
 */
 
int distren_free(distren_t handle)
 
{
 
}
src/client/libdistren_job.c
Show inline comments
 
@@ -15,31 +15,31 @@
 

	
 
  You should have received a copy of the GNU Affero General Public License
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
/*
 
  Implementation of distren_job_* functions from distren.h.
 
 */
 

	
 
#include <libdistren.h>
 

	
 
/**
 
   @TODO Stub
 
   @todo Stub
 
 */
 
int distren_job_getid(distren_job_t job, char **jobid)
 
{
 
}
 

	
 
/**
 
   @TODO Stub
 
   @todo Stub
 
 */
 
int distren_job_retrieve_file(distren_job_t job, const char *outfile)
 
{
 
}
 

	
 
/**
 
   @TODO Stub
 
   @todo Stub
 
 */
 
int distren_job_free(distren_job_t job)
 
{
 
}
0 comments (0 inline, 0 general)