git://developer.intra2net.com
/
libi2ncommon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
47c07fb
)
libi2ncommon: (gerd) mark inline function as such
author
Gerd v. Egidy
<gerd.von.egidy@intra2net.com>
Wed, 25 Aug 2004 09:15:58 +0000 (09:15 +0000)
committer
Gerd v. Egidy
<gerd.von.egidy@intra2net.com>
Wed, 25 Aug 2004 09:15:58 +0000 (09:15 +0000)
src/stringfunc.hxx
patch
|
blob
|
blame
|
history
diff --git
a/src/stringfunc.hxx
b/src/stringfunc.hxx
index
bacaff1
..
31b6cfb
100644
(file)
--- a/
src/stringfunc.hxx
+++ b/
src/stringfunc.hxx
@@
-27,7
+27,7
@@
std::string iso_to_html(const std::string& isostring);
std::string escape(const std::string &s);
std::string descape(const std::string &s, int startpos, int &endpos);
-std::string descape(const std::string &s)
+inline std::string descape(const std::string &s)
{
int endpos;
return descape(s,0,endpos);