Changeset 37d2743acc9df3054b6b00cffb64703554226843
- Timestamp:
- 03/11/07 13:11:13
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1194091873 +0000
- git-parent:
[60327d5d5fe30448ed879392a1d61926977b52b0]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1194091873 +0000
- Message:
control/libvlc_internal.h: Fix libvlc_media_list_view_release_func_t return type.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf297b34 |
r37d2743 |
|
| 116 | 116 | }; |
|---|
| 117 | 117 | |
|---|
| 118 | | typedef int (*libvlc_media_list_view_release_func_t)( libvlc_media_list_view_t * p_mlv ) ; |
|---|
| | 118 | typedef void (*libvlc_media_list_view_release_func_t)( libvlc_media_list_view_t * p_mlv ) ; |
|---|
| 119 | 119 | |
|---|
| 120 | 120 | typedef int (*libvlc_media_list_view_count_func_t)( struct libvlc_media_list_view_t * p_mlv, |
|---|