summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/pr_remove_link.rst
blob: ab5492f8101c037c423d0cb11799109d99a6ca85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PR_REMOVE_LINK
==============

Removes an element from a circular list.


Syntax
------

.. code::

   #include <prclist.h>

   PR_REMOVE_LINK (PRCList *elemp);


Parameter
~~~~~~~~~

``elemp``
   A pointer to the element.


Description
-----------

:ref:`PR_REMOVE_LINK` removes the specified element from its circular list.