Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libtelnet (printd): update prorotype with const



details:   https://anonhg.NetBSD.org/src/rev/78474d85e634
branches:  trunk
changeset: 481500:78474d85e634
user:      assar <assar%NetBSD.org@localhost>
date:      Tue Feb 01 02:25:30 2000 +0000

description:
(printd): update prorotype with const
(net_write): rename to telnet_net_write

diffstat:

 lib/libtelnet/misc-proto.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 324a4e3686ce -r 78474d85e634 lib/libtelnet/misc-proto.h
--- a/lib/libtelnet/misc-proto.h        Tue Feb 01 02:23:20 2000 +0000
+++ b/lib/libtelnet/misc-proto.h        Tue Feb 01 02:25:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: misc-proto.h,v 1.7 1998/07/27 01:45:10 mycroft Exp $   */
+/*     $NetBSD: misc-proto.h,v 1.8 2000/02/01 02:25:30 assar Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -63,12 +63,12 @@
 void auth_encrypt_init __P((const char *, const char *, const char *, int));
 void auth_encrypt_user __P((const char *));
 void auth_encrypt_connect __P((int));
-void printd __P((unsigned char *, int));
+void printd __P((const unsigned char *, int));
 
 /*
  * These functions are imported from the application
  */
-int net_write __P((unsigned char *, int));
+int telnet_net_write __P((unsigned char *, int));
 void net_encrypt __P((void));
 int telnet_spin __P((void));
 char *telnet_getenv __P((char *));



Home | Main Index | Thread Index | Old Index