Changeset 53b281b4b3a0251ddf4a45b0fa976a334b7cd842
- Timestamp:
- 17/04/08 00:23:24
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1208384604 +0200
- git-parent:
[eca0453351957530b05be6abea9beef5cd65b5bd]
- git-author:
- Rafaël Carré <funman@videolan.org> 1208384604 +0200
- Message:
Do not put a private function in a public header
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r449fd28 |
r53b281b |
|
| 367 | 367 | VLC_EXPORT( playlist_item_t*, playlist_ItemToNode, (playlist_t *,playlist_item_t *, bool) ); |
|---|
| 368 | 368 | |
|---|
| 369 | | playlist_item_t *playlist_ItemFindFromInputAndRoot( playlist_t *p_playlist, |
|---|
| 370 | | int i_input_id, playlist_item_t *p_root, |
|---|
| 371 | | bool ); |
|---|
| 372 | | |
|---|
| 373 | 369 | /********************************** Item search *************************/ |
|---|
| 374 | 370 | VLC_EXPORT( playlist_item_t *, playlist_ItemGetById, (playlist_t *, int, bool ) ); |
|---|
| r449fd28 |
r53b281b |
|
| 112 | 112 | playlist_item_t *p_root ); |
|---|
| 113 | 113 | |
|---|
| | 114 | playlist_item_t *playlist_ItemFindFromInputAndRoot( playlist_t *p_playlist, |
|---|
| | 115 | int i_input_id, playlist_item_t *p_root, |
|---|
| | 116 | bool ); |
|---|
| | 117 | |
|---|
| 114 | 118 | int playlist_DeleteFromItemId( playlist_t*, int ); |
|---|
| 115 | 119 | int playlist_ItemDelete ( playlist_item_t * ); |
|---|