/*
 * condor/tc.h
 *
 * DC-API test application, utility for both sides
 *
 * (c) Daniel Drotos, 2006
 */
#ifndef TC_H
#define TC_H

extern void create_file(char *fn, char *what);
extern char *get_file(char *fn);

#endif

/* Local variables: */
/* c-file-style: "linux" */
/* End: */
