From 2b07b0e7ebee69e6a64013dcdda363c393d3f4fc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 25 Jun 2003 14:58:56 +0000 Subject: * Minor cleanups. --- src/nix.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nix.cc') diff --git a/src/nix.cc b/src/nix.cc index 9b21f0379..fe9ab453b 100644 --- a/src/nix.cc +++ b/src/nix.cc @@ -60,7 +60,7 @@ static ArgType argType = atpUnknown; /* Parse the `-f' / `-h' / `-n' flags, i.e., the type of value arguments. These flags are deleted from the referenced vector. */ -void getArgType(Strings & flags) +static void getArgType(Strings & flags) { for (Strings::iterator it = flags.begin(); it != flags.end(); ) @@ -215,7 +215,7 @@ static void opInit(Strings opFlags, Strings opArgs) /* Initialize, process arguments, and dispatch to the right operation. */ -void run(int argc, char * * argv) +static void run(int argc, char * * argv) { /* Setup Nix paths. */ nixValues = NIX_VALUES_DIR; -- cgit v1.2.3