~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to include/iprt/mangling.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-12-29 12:29:25 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111229122925-8ota2o33fuk0bkf8
Tags: 4.1.8-dfsg-1
* New upstream release.
* Move all transitional packages to section oldlibs and priority extra.
* Refresh 16-no-update.patch.
* Drop 36-kernel-3.2.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
# define RTCircBufCreate                                RT_MANGLER(RTCircBufCreate)
279
279
# define RTCircBufDestroy                               RT_MANGLER(RTCircBufDestroy)
280
280
# define RTCircBufFree                                  RT_MANGLER(RTCircBufFree)
 
281
# define RTCircBufIsReading                             RT_MANGLER(RTCircBufIsReading)
 
282
# define RTCircBufIsWriting                             RT_MANGLER(RTCircBufIsWriting)
281
283
# define RTCircBufReleaseReadBlock                      RT_MANGLER(RTCircBufReleaseReadBlock)
282
284
# define RTCircBufReleaseWriteBlock                     RT_MANGLER(RTCircBufReleaseWriteBlock)
283
285
# define RTCircBufReset                                 RT_MANGLER(RTCircBufReset)
1675
1677
/*
1676
1678
 * Stable variables (alphabetical order):
1677
1679
 */
 
1680
# define g_apfnRTZlibDeps                               RT_MANGLER(g_apfnRTZlibDeps) /* os2 win solaris */
1678
1681
# define g_aRTUniFlagsRanges                            RT_MANGLER(g_aRTUniFlagsRanges)
1679
1682
# define g_aRTUniLowerRanges                            RT_MANGLER(g_aRTUniLowerRanges)
1680
1683
# define g_aRTUniUpperRanges                            RT_MANGLER(g_aRTUniUpperRanges)
1702
1705
 */
1703
1706
/* none */
1704
1707
 
1705
 
 
1706
1708
#endif /* !DOXYGEN_RUNNING */
1707
1709
 
1708
1710
#endif