1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 04:01:47 +02:00

* Refactoring: move dump function into archive.cc.

This commit is contained in:
Eelco Dolstra 2003-06-20 10:40:25 +00:00
parent 38e12df631
commit 1849aa2a72
7 changed files with 190 additions and 183 deletions

View file

@ -5,6 +5,7 @@
#include "globals.hh"
#include "values.hh"
#include "eval.hh"
#include "archive.hh"
typedef void (* Operation) (Strings opFlags, Strings opArgs);