--- sourceforge.net/trunk/rdesktop/proto.h 2006/11/03 23:51:35 1328 +++ sourceforge.net/trunk/rdesktop/proto.h 2007/01/02 16:30:06 1359 @@ -166,9 +166,9 @@ void rdpdr_check_fds(fd_set * rfds, fd_set * wfds, BOOL timed_out); BOOL rdpdr_abort_io(uint32 fd, uint32 major, NTSTATUS status); /* rdpsnd.c */ +void rdpsnd_record(const void *data, unsigned int size); BOOL rdpsnd_init(char *optarg); void rdpsnd_show_help(void); -void rdpsnd_play(void); void rdpsnd_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv); void rdpsnd_check_fds(fd_set * rfds, fd_set * wfds); struct audio_packet *rdpsnd_queue_current_packet(void);