From 894af8e4502eaeb8d251900c882c85a74fc72f07 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 May 2008 23:26:06 +0200 Subject: make more functions static --- libidu/idwrite.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libidu/idwrite.c') diff --git a/libidu/idwrite.c b/libidu/idwrite.c index cffeded..00fc205 100644 --- a/libidu/idwrite.c +++ b/libidu/idwrite.c @@ -1,5 +1,5 @@ /* idwrite.c -- functions to write ID database files - Copyright (C) 1995, 1996, 2007 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2007, 2008 Free Software Foundation, Inc. Written by Greg McGary This program is free software; you can redistribute it and/or modify @@ -26,7 +26,7 @@ #include "hash.h" #include "xnls.h" -int file_link_qsort_compare (void const *x, void const *y); +static int file_link_qsort_compare (void const *x, void const *y); /****************************************************************************/ @@ -85,7 +85,7 @@ serialize_file_links (struct idhead *idhp) - Among used: breadth-first (dirs before files, parent dirs before children) - Among files: collate by mf_index. */ -int +static int file_link_qsort_compare (void const *x, void const *y) { struct file_link const *flx = *(struct file_link const *const *) x; -- cgit v1.2.3