rpm-build/build/interdep.h

8 lines
135 B
C
Raw Normal View History

2011-01-10 13:02:49 +03:00
#ifndef INTERDEP_H
#define INTERDEP_H
/* Perform inter-package analysis and optimizations. */
int processInterdep(Spec spec);
#endif