CVS: rdesktop rdpsnd.c,1.22,1.23
Pierre Ossman <[email protected]> Thu, 19 Oct 2006 04:28:55 -0700
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4099
Modified Files:
rdpsnd.c
Log Message:
Inline functions with external linkage is a gcc-ism and not kosher under C99.
Index: rdpsnd.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** rdpsnd.c 19 Oct 2006 11:27:40 -0000 1.22
--- rdpsnd.c 19 Oct 2006 11:28:53 -0000 1.23
***************
*** 424,428 ****
}
! inline void
rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index)
{
--- 424,428 ----
}
! void
rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index)
{
***************
*** 446,450 ****
}
! inline struct audio_packet *
rdpsnd_queue_current_packet(void)
{
--- 446,450 ----
}
! struct audio_packet *
rdpsnd_queue_current_packet(void)
{
***************
*** 452,456 ****
}
! inline BOOL
rdpsnd_queue_empty(void)
{
--- 452,456 ----
}
! BOOL
rdpsnd_queue_empty(void)
{
***************
*** 458,462 ****
}
! inline void
rdpsnd_queue_init(void)
{
--- 458,462 ----
}
! void
rdpsnd_queue_init(void)
{
***************
*** 464,468 ****
}
! inline void
rdpsnd_queue_next(void)
{
--- 464,468 ----
}
! void
rdpsnd_queue_next(void)
{
***************
*** 471,475 ****
}
! inline int
rdpsnd_queue_next_tick(void)
{
--- 471,475 ----
}
! int
rdpsnd_queue_next_tick(void)
{
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642