Rev 4075 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4075 | Rev 4192 | ||
|---|---|---|---|
| Line 198... | Line 198... | ||
| 198 | * The packet queue may be one packet only. |
198 | * The packet queue may be one packet only. |
| 199 | * The module should not use the packets after this point until they are received or obtained again. |
199 | * The module should not use the packets after this point until they are received or obtained again. |
| 200 | * @param phone The packet server module phone. Input parameter. |
200 | * @param phone The packet server module phone. Input parameter. |
| 201 | * @param packet_id The packet identifier. Input parameter. |
201 | * @param packet_id The packet identifier. Input parameter. |
| 202 | */ |
202 | */ |
| 203 | void packet_release( int phone, packet_id_t packet_id ); |
203 | void pq_release( int phone, packet_id_t packet_id ); |
| 204 | 204 | ||
| 205 | #endif |
205 | #endif |
| 206 | 206 | ||
| 207 | /** @} |
207 | /** @} |
| 208 | */ |
208 | */ |