summaryrefslogtreecommitdiff
path: root/beos/download.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-14 16:04:02 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-14 16:04:02 +0000
commit8dfe22515312a8ecf4da974feb31b0f5e7f317e5 (patch)
tree163091cfeda5c4cb644e08e7649f70788070a560 /beos/download.h
parentd18c8ed4521714c3fff3cca64685b8192ca0e075 (diff)
downloadnetsurf-8dfe22515312a8ecf4da974feb31b0f5e7f317e5.tar.gz
netsurf-8dfe22515312a8ecf4da974feb31b0f5e7f317e5.tar.bz2
move download operations to download table
Diffstat (limited to 'beos/download.h')
-rw-r--r--beos/download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/beos/download.h b/beos/download.h
index 9c8d3adcd..962f3b7d9 100644
--- a/beos/download.h
+++ b/beos/download.h
@@ -16,3 +16,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+struct gui_download_table *beos_gui_download_table;