git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix service payDay type for correct work on 32/64-bit
[stg.git]
/
stglibs
/
common.lib
/
common.h
diff --git
a/stglibs/common.lib/common.h
b/stglibs/common.lib/common.h
index 19a8773e3d93b031183f989f03a4012d9b66930e..ac0911472778ea25e543acd883341a4f2437b7e7 100644
(file)
--- a/
stglibs/common.lib/common.h
+++ b/
stglibs/common.lib/common.h
@@
-105,6
+105,8
@@
int ParseUnsignedInRange(const std::string & str, unsigned min,
unsigned max, unsigned * val);
int ParseYesNo(const std::string & str, bool * val);
unsigned max, unsigned * val);
int ParseYesNo(const std::string & str, bool * val);
+bool WaitPackets(int sd);
+
//-----------------------------------------------------------------------------
template <typename varT>
int str2x(const std::string & str, varT & x)
//-----------------------------------------------------------------------------
template <typename varT>
int str2x(const std::string & str, varT & x)