grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/lib/savedir.c,v


From: Tony Abou-Assaleh
Subject: Changes to grep/lib/savedir.c,v
Date: Sun, 25 Jan 2009 02:07:37 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Tony Abou-Assaleh <taa> 09/01/25 02:07:37

Index: lib/savedir.c
===================================================================
RCS file: /sources/grep/grep/lib/savedir.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- lib/savedir.c       28 Jun 2007 19:10:45 -0000      1.4
+++ lib/savedir.c       25 Jan 2009 02:07:36 -0000      1.5
@@ -1,5 +1,6 @@
 /* savedir.c -- save the list of files in a directory in a string
-   Copyright (C) 1990, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, 
Inc.
+   Copyright (C) 1990, 1997, 1998, 1999, 2000, 2001, 2009
+   Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -69,6 +70,8 @@
 #include <fnmatch.h>
 #include "savedir.h"
 
+extern int isdir (const char *path);
+
 char *path;
 size_t pathlen;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]