aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-07-07 10:45:59 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-07 15:05:59 +0200
commitb32d3c041b8f3d42d91a584bc7dd27523ba00bfa (patch)
treeafa567e09255147d8354f17535620c4e9d71bed5 /openbsc/include
parentb115cb66554a9ba53b89f957438d6540671bca0c (diff)
gprs/test: Remove verbose parameter of gbprox_dump_* functions
This parameter is not used (the methods are always called with an argument of 1 in the third position). Thus the parameter is removed completely. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 4d189a606..5f1f3a77a 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -37,7 +37,7 @@ int gbprox_signal(unsigned int subsys, unsigned int signal,
/* Reset all persistent NS-VC's */
int gbprox_reset_persistent_nsvcs(struct gprs_ns_inst *nsi);
-int gbprox_dump_global(FILE *stream, int indent, int verbose);
-int gbprox_dump_peers(FILE *stream, int indent, int verbose);
+int gbprox_dump_global(FILE *stream, int indent);
+int gbprox_dump_peers(FILE *stream, int indent);
void gbprox_reset();
#endif