aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2007-06-07 22:45:00 +0200
committerJunio C Hamano <gitster@pobox.com>2007-06-08 02:37:19 -0700
commit52fae7de4e8455dad048f1b8a645729571c42848 (patch)
tree65c143e2a9753621414dffd586b5f9cd43a7fef5 /daemon.c
parente1944f4074f845e4dd15fb77856b4463f51c7d81 (diff)
downloadgit-52fae7de4e8455dad048f1b8a645729571c42848.tar.gz
Missing statics.
Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 77792509e3..a3f2ac1d81 100644
--- a/daemon.c
+++ b/daemon.c
@@ -439,7 +439,7 @@ static void parse_extra_args(struct interp *table, char *extra_args, int buflen)
}
}
-void fill_in_extra_table_entries(struct interp *itable)
+static void fill_in_extra_table_entries(struct interp *itable)
{
char *hp;