Changeset 1122ff8f371f852dac00e3eaf0ae21b8fbc3a5e2
- Timestamp:
- 01/07/03 14:56:47
(5 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1057064207 +0000
- git-parent:
[2e743e0019e0876e5aa70186187fbd34350f8ca5]
- git-author:
- Sam Hocevar <sam@videolan.org> 1057064207 +0000
- Message:
- include/error.h: Renamed this file to include/vlc_error.h to avoid name
conflicts. Most headers in that directory should probably be renamed to
their vlc_ equivalent.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd5791c9 |
r1122ff8 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001 VideoLAN |
|---|
| 5 | | * $Id: rc.c,v 1.34 2003/05/15 22:27:37 massiot Exp $ |
|---|
| | 5 | * $Id: rc.c,v 1.35 2003/07/01 12:56:47 sam Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Peter Surda <shurdeek@panorama.sth.ac.at> |
|---|
| … | … | |
| 47 | 47 | #include <sys/types.h> |
|---|
| 48 | 48 | |
|---|
| 49 | | #include "error.h" |
|---|
| | 49 | #include "vlc_error.h" |
|---|
| 50 | 50 | |
|---|
| 51 | 51 | #define MAX_LINE_LENGTH 256 |
|---|
| r51c3c7d |
r1122ff8 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 1998-2002 VideoLAN |
|---|
| 5 | | * $Id: libvlc.c,v 1.91 2003/06/26 12:19:59 sam Exp $ |
|---|
| | 5 | * $Id: libvlc.c,v 1.92 2003/07/01 12:56:47 sam Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Vincent Seguin <seguin@via.ecp.fr> |
|---|
| … | … | |
| 64 | 64 | #include "os_specific.h" |
|---|
| 65 | 65 | |
|---|
| 66 | | #include "error.h" |
|---|
| | 66 | #include "vlc_error.h" |
|---|
| 67 | 67 | |
|---|
| 68 | 68 | #include "stream_control.h" |
|---|
| r51c3c7d |
r1122ff8 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001 VideoLAN |
|---|
| 5 | | * $Id: modules.c,v 1.123 2003/06/26 12:19:59 sam Exp $ |
|---|
| | 5 | * $Id: modules.c,v 1.124 2003/07/01 12:56:47 sam Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 68 | 68 | #endif |
|---|
| 69 | 69 | |
|---|
| 70 | | #include "error.h" |
|---|
| | 70 | #include "vlc_error.h" |
|---|
| 71 | 71 | |
|---|
| 72 | 72 | #include "vlc_interface.h" |
|---|