make writenet take const void * and size_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15841 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -115,7 +115,7 @@ int tty_iscrnl (void);
|
|||||||
void tty_tspeed (int val);
|
void tty_tspeed (int val);
|
||||||
void tty_rspeed (int val);
|
void tty_rspeed (int val);
|
||||||
void getptyslave (void);
|
void getptyslave (void);
|
||||||
int cleanopen (char *line);
|
int cleanopen (char *);
|
||||||
void startslave (const char *host, const char *, int autologin, char *autoname);
|
void startslave (const char *host, const char *, int autologin, char *autoname);
|
||||||
void init_env (void);
|
void init_env (void);
|
||||||
void start_login (const char *host, int autologin, char *name);
|
void start_login (const char *host, int autologin, char *name);
|
||||||
@@ -138,7 +138,7 @@ void ptyflush (void);
|
|||||||
char *nextitem (char *current);
|
char *nextitem (char *current);
|
||||||
void netclear (void);
|
void netclear (void);
|
||||||
void netflush (void);
|
void netflush (void);
|
||||||
void writenet (unsigned char *ptr, int len);
|
void writenet (const void *, size_t);
|
||||||
void fatal (int f, char *msg);
|
void fatal (int f, char *msg);
|
||||||
void fatalperror (int f, const char *msg);
|
void fatalperror (int f, const char *msg);
|
||||||
void fatalperror_errno (int f, const char *msg, int error);
|
void fatalperror_errno (int f, const char *msg, int error);
|
||||||
|
Reference in New Issue
Block a user