git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Виправлено помилки компіляції з новою структурою raw_ip_packet
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
rpcconfig
/
utils.h
1
#ifndef __UTILS_H__
2
#define __UTILS_H__
3
4
#include <string>
5
6
std::string IconvString(const std::string & src,
7
const std::string & from = "UTF-8",
8
const std::string & to = "KOI8-R");
9
10
#endif