Changeset af5905c72fccbe87f3730d64499d06d69b5a89ae
- Timestamp:
- 05/08/08 18:55:54
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210265754 +0300
- git-parent:
[e66ff927602b99b3b829fe3007db4f23e82086b4]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210265754 +0300
- Message:
Don't declare a non-existent function
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r449fd28 |
raf5905c |
|
| 265 | 265 | |
|---|
| 266 | 266 | /** |
|---|
| 267 | | * Retrieve libvlc compile time |
|---|
| 268 | | * |
|---|
| 269 | | * \return a string containing the libvlc compile time |
|---|
| 270 | | */ |
|---|
| 271 | | VLC_DEPRECATED_API char const * VLC_CompileTime ( void ); |
|---|
| 272 | | |
|---|
| 273 | | /** |
|---|
| 274 | 267 | * Retrieve the username of the libvlc builder |
|---|
| 275 | 268 | * |
|---|