diff options
Diffstat (limited to 'src/auditordb/pg_get_reserves.h')
-rw-r--r-- | src/auditordb/pg_get_reserves.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/auditordb/pg_get_reserves.h b/src/auditordb/pg_get_reserves.h index 6c07233b3..f6fe0776e 100644 --- a/src/auditordb/pg_get_reserves.h +++ b/src/auditordb/pg_get_reserves.h @@ -13,10 +13,8 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ - - -#ifndef SRC_PG_GET_RESERVES_H -#define SRC_PG_GET_RESERVES_H +#ifndef PG_GET_RESERVES_H +#define PG_GET_RESERVES_H #include "taler_util.h" #include "taler_json_lib.h" @@ -28,7 +26,6 @@ * @param cls the @e cls of this struct with the plugin-specific state * @param limit number of records to return, negative for descending * @param offset table row to start from, exclusive, direction determined by @a limit - * @param return_suppressed should suppressed rows be returned anyway? * @param cb function to call with results * @param cb_cls closure for @a cb * @return query result status @@ -38,7 +35,6 @@ TAH_PG_get_reserves ( void *cls, int64_t limit, uint64_t offset, - bool return_suppressed, TALER_AUDITORDB_ReservesCallback cb, void *cb_cls); |