blob: 3d3c86e50b1afc6c4a6f44d2d1446b40445192a2 (
plain) (
tree)
|
|
#ifndef __PROFILES_H
#define __PROFILES_H
#include <string>
#include "util.hh"
Path createGeneration(Path profile, Path outPath, Path drvPath);
void switchLink(Path link, Path target);
#endif /* !__PROFILES_H */
|