diff options
Diffstat (limited to 'include/vint64ops.h')
-rw-r--r-- | include/vint64ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vint64ops.h b/include/vint64ops.h index 888d342781fb..50a8c4016264 100644 --- a/include/vint64ops.h +++ b/include/vint64ops.h @@ -23,6 +23,6 @@ extern vint64 subv64i32(const vint64 * lhs, int32_t rhs); extern vint64 subv64u32(const vint64 * lhs, uint32_t rhs); /* parsing. works like strtoul() or strtoull() */ -extern vint64 strtouv64(char const * begp, char const ** const endp, int base); +extern vint64 strtouv64(char * begp, char ** endp, int base); #endif /*!defined(VINT64OPS_H)*/ |