about summary refs log tree commit diff
path: root/src/libutil/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r--src/libutil/util.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index d1e30fa6b9..5d28a8308c 100644
--- a/src/libutil/util.hh
+++ b/src/libutil/util.hh
@@ -287,6 +287,7 @@ bool statusOk(int status);
 /* Parse a string into an integer. */
 string int2String(int n);
 bool string2Int(const string & s, int & n);
+bool string2Int(const string & s, long long & n);
 
 
 /* Exception handling in destructors: print an error message, then