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:
@@ -75,5 +75,5 @@ void net_encrypt (void);
|
||||
int telnet_spin (void);
|
||||
char *telnet_getenv (const char *);
|
||||
char *telnet_gets (char *, char *, int, int);
|
||||
void printsub(int direction, unsigned char *pointer, int length);
|
||||
void printsub(int direction, unsigned char *pointer, size_t);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user