]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.h
WaitPackets moved to common.lib
[stg.git] / stglibs / common.lib / common.h
index 19a8773e3d93b031183f989f03a4012d9b66930e..ac0911472778ea25e543acd883341a4f2437b7e7 100644 (file)
@@ -105,6 +105,8 @@ int ParseUnsignedInRange(const std::string & str, unsigned min,
                          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)