Changeset 10d06d38eb57a3e133c424776f13cd58496d256a
- Timestamp:
- 05/11/06 12:46:43
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1162727203 +0000
- git-parent:
[d5f8852de104e89560116b75dd453930f0686ca9]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1162727203 +0000
- Message:
Fix warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb96f123 |
r10d06d3 |
|
| 134 | 134 | |
|---|
| 135 | 135 | |
|---|
| 136 | | #if !HAVE_INET_PTON |
|---|
| | 136 | #ifndef HAVE_INET_PTON |
|---|
| 137 | 137 | /* only in core, so no need for C++ extern "C" */ |
|---|
| 138 | 138 | int inet_pton(int af, const char *src, void *dst); |
|---|