diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* * config.h - * Copyright (c) 2ndQuadrant, 2010-2015 + * Copyright (c) 2ndQuadrant, 2010-2016 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -106,6 +106,7 @@ char *trim(char *s); void error_list_append(ErrorList *error_list, char *error_message); int repmgr_atoi(const char *s, const char *config_item, - ErrorList *error_list); + ErrorList *error_list, + bool allow_negative); #endif |
