forgot file

pull/19/head
Jeff Becker 6 years ago
parent 8f98ef3e28
commit 8e30af6619
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -0,0 +1,17 @@
#ifndef LLARP_STR_HPP
#define LLARP_STR_HPP
namespace llarp
{
bool
StrEq(const char *s1, const char *s2);
bool
IsFalseValue(const char *str);
bool
IsTrueValue(const char *str);
} // namespace llarp
#endif
Loading…
Cancel
Save