summaryrefslogtreecommitdiff
path: root/config.h
diff options
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4307802..3d65637 100644
--- a/config.h
+++ b/config.h
@@ -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