Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
08af8348
Commit
08af8348
authored
Dec 17, 2003
by
Josh Coalson
Browse files
rename string.* to more unambiguous local_string_utils.*
parent
f61dc665
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
08af8348
...
@@ -31,7 +31,7 @@ flac_SOURCES = \
...
@@ -31,7 +31,7 @@ flac_SOURCES = \
decode.c
\
decode.c
\
encode.c
\
encode.c
\
main.c
\
main.c
\
string
.c
\
local_string_utils
.c
\
utils.c
\
utils.c
\
vorbiscomment.c
\
vorbiscomment.c
\
analyze.h
\
analyze.h
\
...
...
src/flac/Makefile.lite
View file @
08af8348
...
@@ -41,8 +41,8 @@ SRCS_C = \
...
@@ -41,8 +41,8 @@ SRCS_C = \
analyze.c
\
analyze.c
\
decode.c
\
decode.c
\
encode.c
\
encode.c
\
local_string_utils.c
\
main.c
\
main.c
\
string.c
\
utils.c
\
utils.c
\
vorbiscomment.c
vorbiscomment.c
...
...
src/flac/flac.dsp
View file @
08af8348
...
@@ -105,7 +105,7 @@ SOURCE=.\main.c
...
@@ -105,7 +105,7 @@ SOURCE=.\main.c
# End Source File
# End Source File
# Begin Source File
# Begin Source File
SOURCE=.\
string
.c
SOURCE=.\
local_string_utils
.c
# End Source File
# End Source File
# Begin Source File
# Begin Source File
...
...
src/flac/
string
.c
→
src/flac/
local_string_utils
.c
View file @
08af8348
File moved
src/flac/
string
.h
→
src/flac/
local_string_utils
.h
View file @
08af8348
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
*/
#ifndef flac__
string
_h
#ifndef flac__
local_string_utils
_h
#define flac__
string
_h
#define flac__
local_string_utils
_h
#include <stdlib.h>
/* for size_t */
#include <stdlib.h>
/* for size_t */
...
...
src/flac/main.c
View file @
08af8348
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include "analyze.h"
#include "analyze.h"
#include "decode.h"
#include "decode.h"
#include "encode.h"
#include "encode.h"
#include "
string
.h"
/* for strlcat() and strlcpy() */
#include "
local_string_utils
.h"
/* for
flac__
strlcat() and
flac__
strlcpy() */
#include "utils.h"
#include "utils.h"
#include "vorbiscomment.h"
#include "vorbiscomment.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment