From ae271365b029dbf18dbdc93763cb6fda6db7f559 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 05:35:44 +0000 Subject: sprinkle static --- canfield/cfscores/cfscores.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'canfield/cfscores') diff --git a/canfield/cfscores/cfscores.c b/canfield/cfscores/cfscores.c index 14725bae..2fc41738 100644 --- a/canfield/cfscores/cfscores.c +++ b/canfield/cfscores/cfscores.c @@ -1,4 +1,4 @@ -/* $NetBSD: cfscores.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */ +/* $NetBSD: cfscores.c,v 1.16 2009/08/12 05:35:44 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\ #if 0 static char sccsid[] = "@(#)cfscores.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: cfscores.c,v 1.15 2008/07/20 01:03:21 lukem Exp $"); +__RCSID("$NetBSD: cfscores.c,v 1.16 2009/08/12 05:35:44 dholland Exp $"); #endif #endif /* not lint */ @@ -64,9 +64,9 @@ struct betinfo { long worth; /* net worth after costs */ }; -int dbfd; +static int dbfd; -void printuser(const struct passwd *, int); +static void printuser(const struct passwd *, int); int main(int argc, char *argv[]) @@ -112,7 +112,7 @@ main(int argc, char *argv[]) /* * print out info for specified password entry */ -void +static void printuser(const struct passwd *pw, int printfail) { struct betinfo total; -- cgit v1.2.3-56-ge451