--- sourceforge.net/trunk/rdesktop/proto.h 2002/11/19 14:48:02 275 +++ sourceforge.net/trunk/rdesktop/proto.h 2003/01/28 12:27:28 297 @@ -40,6 +40,7 @@ void *xrealloc(void *oldmem, int size); void xfree(void *mem); void error(char *format, ...); +void warning(char *format, ...); void unimpl(char *format, ...); void hexdump(unsigned char *p, unsigned int len); /* rdp.c */