(printd): update prorotype with const

(net_write): rename to telnet_net_write
This commit is contained in:
assar 2000-02-01 02:25:30 +00:00
parent 008e11ad22
commit db7c8e49b3
1 changed files with 3 additions and 3 deletions

View File

@ -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 * Copyright (c) 1991, 1993
@ -63,12 +63,12 @@
void auth_encrypt_init __P((const char *, const char *, const char *, int)); void auth_encrypt_init __P((const char *, const char *, const char *, int));
void auth_encrypt_user __P((const char *)); void auth_encrypt_user __P((const char *));
void auth_encrypt_connect __P((int)); 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 * 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)); void net_encrypt __P((void));
int telnet_spin __P((void)); int telnet_spin __P((void));
char *telnet_getenv __P((char *)); char *telnet_getenv __P((char *));