git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7ede571
)
Missing export
author
Rémi Denis-Courmont
<rem@videolan.org>
Wed, 8 Mar 2006 13:51:31 +0000
(13:51 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Wed, 8 Mar 2006 13:51:31 +0000
(13:51 +0000)
include/charset.h
patch
|
blob
|
history
diff --git
a/include/charset.h
b/include/charset.h
index
7fd2cf2
..
6df8931
100644
(file)
--- a/
include/charset.h
+++ b/
include/charset.h
@@
-53,7
+53,7
@@
VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * )
extern double i18n_strtod( const char *, char ** );
extern double i18n_atof( const char * );
extern double us_strtod( const char *, char ** );
extern double i18n_strtod( const char *, char ** );
extern double i18n_atof( const char * );
extern double us_strtod( const char *, char ** );
-
extern double us_atof( const char *
);
+
VLC_EXPORT( double, us_atof, ( const char * )
);
# ifdef __cplusplus
}
# ifdef __cplusplus
}