use unsigned/size_t where approprite
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -147,8 +147,8 @@ void putstr (char *s);
|
||||
void putchr (int cc);
|
||||
void putf (char *cp, char *where);
|
||||
void printoption (char *fmt, int option);
|
||||
void printsub (int direction, unsigned char *pointer, int length);
|
||||
void printdata (char *tag, char *ptr, int cnt);
|
||||
void printsub (int direction, unsigned char *pointer, size_t length);
|
||||
void printdata (char *tag, char *ptr, size_t cnt);
|
||||
int login_tty(int t);
|
||||
|
||||
#ifdef ENCRYPTION
|
||||
|
Reference in New Issue
Block a user