Changeset a8a5ea4cbc4f7d0d28fe4ac41dc1baa907b4f32f
- Timestamp:
- 29/09/06 22:36:43
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1159562203 +0000
- git-parent:
[de9d74a605bbf57f524b309cff22763d3e38638f]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1159562203 +0000
- Message:
export symbol
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra0cbc6e |
ra8a5ea4 |
|
| 226 | 226 | }; |
|---|
| 227 | 227 | |
|---|
| 228 | | uint32_t input_CurrentMetaFlags( vlc_meta_t *p_meta ); |
|---|
| | 228 | VLC_EXPORT(uint32_t, input_CurrentMetaFlags,( vlc_meta_t *p_meta ) ); |
|---|
| 229 | 229 | |
|---|
| 230 | 230 | #endif |
|---|