diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-14T16·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-14T16·16+0000 |
commit | 0cb016c209a6cbfc57a93a3f353a556924d31b50 (patch) | |
tree | dba4e2e1ce3ebef6ced74fd16c183aeabf98afb9 /src/nix-env/profiles.hh | |
parent | a04a5de8f70e5c34be0f0f7ea3c6f2cd50d56982 (diff) |
* Refactoring. Hope this doesn't break the semantics of `-u' ;-)
Diffstat (limited to 'src/nix-env/profiles.hh')
-rw-r--r-- | src/nix-env/profiles.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/profiles.hh b/src/nix-env/profiles.hh index 58e45835eab4..dc27d1c83de8 100644 --- a/src/nix-env/profiles.hh +++ b/src/nix-env/profiles.hh @@ -28,7 +28,7 @@ typedef list<Generation> Generations; profile, sorted by generation number. */ Generations findGenerations(Path profile, int & curGen); -Path createGeneration(Path profile, Path outPath, Path drvPath); +Path createGeneration(Path profile, Path outPath); void deleteGeneration(const Path & profile, unsigned int gen); |