summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/tglob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/tglob.c b/rpmio/tglob.c
index c185ac8ff..55d20bb8c 100644
--- a/rpmio/tglob.c
+++ b/rpmio/tglob.c
@@ -24,11 +24,13 @@ static char * ftppath = FTPPATH;
static char * httppath = HTTPPATH;
static char * httpspath = HTTPSPATH;
+#if 0
static int Glob_error(const char *epath, int eerrno)
{
fprintf(stderr, "*** glob_error(%p,%d) path %s\n", epath, eerrno, epath);
return 1;
}
+#endif
static void printGlob(const char * path)
{