]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2001/11/29 19:06:39
authormouring <mouring>
Thu, 6 Dec 2001 16:49:57 +0000 (16:49 +0000)
committermouring <mouring>
Thu, 6 Dec 2001 16:49:57 +0000 (16:49 +0000)
     [channels.h]
     remove dead function prototype; ok markus@

ChangeLog
channels.h

index a018fb5f20b3c6a659a4ff3c1abf4a9876392b44..61b09bcb6c3fee1c88b255aa68a4c6a84af43205 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,9 @@
    - markus@cvs.openbsd.org 2001/11/22 12:34:22
      [clientloop.c serverloop.c sshd.c]
      volatile sig_atomic_t
+   - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
+     [channels.h]
+     remove dead function prototype; ok markus@
 
 20011126
  - (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
index 11ebb7b3a558baec037e5702857f833f81a7d23a..f58c7283cfb24a3026c8966db27a92e4d747fbc1 100644 (file)
@@ -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);
This page took 0.044862 seconds and 5 git commands to generate.