VirtualBox

Changeset 53585 in vbox


Ignore:
Timestamp:
Dec 21, 2014 4:05:05 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97347
Message:

iprt/list.h: Missing const types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/list.h

    r52358 r53585  
    5454/** Pointer to a list node. */
    5555typedef RTLISTNODE *PRTLISTNODE;
     56/** Pointer to a const list node. */
     57typedef RTLISTNODE const *PCRTLISTNODE;
    5658/** Pointer to a list node pointer. */
    5759typedef PRTLISTNODE *PPRTLISTNODE;
     
    6567/** Pointer to a doubly linked list anchor. */
    6668typedef RTLISTANCHOR *PRTLISTANCHOR;
     69/** Pointer to a const doubly linked list anchor. */
     70typedef RTLISTANCHOR const *PCRTLISTANCHOR;
    6771
    6872
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette