aboutsummaryrefslogtreecommitdiff
path: root/src/querymanager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/querymanager.hh')
-rw-r--r--src/querymanager.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh
index c1e48eb..0137f64 100644
--- a/src/querymanager.hh
+++ b/src/querymanager.hh
@@ -110,6 +110,7 @@ bool StringEqCI(const char *A, const char *B);
bool StringCopyN(char *Dest, int DestCapacity, const char *Src, int SrcLength);
bool StringCopy(char *Dest, int DestCapacity, const char *Src);
bool ParseIPAddress(const char *String, int *OutAddr);
+bool ParseOptionalIPAddress(const char *String, int *OutAddr);
bool ReadBooleanConfig(bool *Dest, const char *Val);
bool ReadIntegerConfig(int *Dest, const char *Val);