1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

web: Remove export of nonexistent 'open-connection-for-uri'.

* module/web/client.scm: Don't export 'open-connection-for-uri', which
doesn't exist.
This commit is contained in:
Ludovic Courtès 2017-03-17 23:35:24 +01:00
parent da9dee098f
commit 011669af3b

View file

@ -1,6 +1,6 @@
;;; Web client
;; Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
;; Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
@ -47,7 +47,6 @@
#:prefix rnrs-ports:)
#:export (current-http-proxy
open-socket-for-uri
open-connection-for-uri
http-get
http-get*
http-head