aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-12-27 01:46:42 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-12-27 01:46:42 +0000
commitaa235a4262fd8803d210a38e237216147c17d8e0 (patch)
treecc957f46ab5567c1e0413eab3e257300686fea78 /tap-funnel.c
parent303082812e8bba1379b9aa44a6d663bcd8b80821 (diff)
+ browser_open_url()
+ browser_open_data_file() svn path=/trunk/; revision=20223
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 506ad63459..7fed0d2f9d 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -103,7 +103,9 @@ static const funnel_ops_t funnel_ops = {
NULL,
NULL,
NULL,
- NULL
+ NULL,
+ NULL,
+ NULL
};