summaryrefslogtreecommitdiffstats
path: root/channels.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 16:49:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 16:49:57 +0000
commit623e4a0b1ab149253d084267431daa022e61e14a (patch)
tree77e6bdb1cd03aa2bbb35b1e31f35fc7ad5734832 /channels.h
parent5e71c54b8c642f0aa5273dfcff75c8a8def820dd (diff)
- stevesk@cvs.openbsd.org 2001/11/29 19:06:39
[channels.h] remove dead function prototype; ok markus@
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels.h b/channels.h
index 11ebb7b3..f58c7283 100644
--- a/channels.h
+++ b/channels.h
@@ -32,7 +32,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: channels.h,v 1.51 2001/11/07 22:53:21 markus Exp $"); */
+/* RCSID("$OpenBSD: channels.h,v 1.52 2001/11/29 19:06:39 stevesk Exp $"); */
#ifndef CHANNEL_H
#define CHANNEL_H
@@ -197,7 +197,6 @@ channel_request_forwarding(const char *, u_short, const char *, u_short, int,
/* x11 forwarding */
int x11_connect_display(void);
-char *x11_create_display(int);
char *x11_create_display_inet(int, int);
void x11_input_open(int, int, void *);
void x11_request_forwarding(void);