repo.or.cz
/
swftools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed compile error
[swftools.git]
/
installer
/
utils.h
blob
ae92ea7c18c9887bae5a10257319439fc5904c16
1
#ifndef __utils_h__
2
#define __utils_h__
3
char
*
concatPaths
(
const char
*
base
,
const char
*
add
);
4
#endif