Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison dependency.h @ 166:aefd87f9d12f
loop graph
| author | Nina Engelhardt |
|---|---|
| date | Tue, 18 Oct 2011 15:53:04 +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 |
