summaryrefslogtreecommitdiffstats
path: root/src/pacman/download.h
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-11-14 09:07:57 +0100
committerAaron Griffin <aaron@archlinux.org>2006-11-14 09:07:57 +0100
commiteb514bee967d396410e0647f5cd2a897cc619d0f (patch)
tree7545b63c9950a8f30826d756a2da517b2ffd9eea /src/pacman/download.h
parent4470e5ce011fef0c918b5c3d1d42ae333fb361ba (diff)
downloadpacman-eb514bee967d396410e0647f5cd2a897cc619d0f.tar.gz
pacman-eb514bee967d396410e0647f5cd2a897cc619d0f.tar.xz
* autotool fixes
* Renamed "download" files to "downloadprog" as it only holds the progress bar and to not confuse (myself) with <download.h>
Diffstat (limited to 'src/pacman/download.h')
-rw-r--r--src/pacman/download.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/pacman/download.h b/src/pacman/download.h
deleted file mode 100644
index 9fc628ce..00000000
--- a/src/pacman/download.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * download.h
- *
- * Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org>
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
- */
-#ifndef _PM_DOWNLOAD_H
-#define _PM_DOWNLOAD_H
-
-extern char sync_fnm[PM_DLFNM_LEN+1];
-extern int offset;
-extern struct timeval t0, t;
-extern float rate;
-extern int xfered1;
-extern unsigned int eta_h, eta_m, eta_s;
-
-void log_progress(const char *filename, int xfered, int total);
-
-#endif /* _PM_DOWNLOAD_H */
-
-/* vim: set ts=2 sw=2 noet: */