diff options
Diffstat (limited to 'src/include/common')
| -rw-r--r-- | src/include/common/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/common/string.h b/src/include/common/string.h index 06934b99144..23e2e01f0e7 100644 --- a/src/include/common/string.h +++ b/src/include/common/string.h @@ -11,5 +11,6 @@ #define COMMON_STRING_H extern bool pg_str_endswith(const char *str, const char *end); +extern int strtoint(const char *restrict str, char **restrict endptr, int base); #endif /* COMMON_STRING_H */ |
