comparison dependency.h @ 130:5475f90c248a

fix outputs (dependency file creation, counter length)
author Nina Engelhardt
date Wed, 07 Sep 2011 13:26:30 +0200
parents ce02441b77cf
children
comparison
equal deleted inserted replaced
0:cd6413932cc5 1:c605ff1b0789
24 24
25 Dependency* new_dependency(int from_vp, int from_task, int to_vp, int to_task); 25 Dependency* new_dependency(int from_vp, int from_task, int to_vp, int to_task);
26 26
27 int set_dependency_file(FILE* file); 27 int set_dependency_file(FILE* file);
28 28
29 void print_dependency_to_file(Dependency* dep); 29 void print_dependency_to_file(void* dep);
30 30
31 #endif /* DEPENDENCY_H */ 31 #endif /* DEPENDENCY_H */
32 32