diff options
author | Pablo Neira Ayuso <pablo@gnumonks.org> | 2011-03-28 19:24:21 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-03-28 20:00:45 +0200 |
commit | 70004fcc6dcd5dd979c10143872b2a136371e371 (patch) | |
tree | f369caea07ece8d5732995b610bbfeb56a5cb45d /include/osmocom/core | |
parent | dc35dbee9534f832f629e99ee6a8a11d234cdd3d (diff) |
vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.h
Before this patch, it was in osmocom/core/rate_ctr.h
Diffstat (limited to 'include/osmocom/core')
-rw-r--r-- | include/osmocom/core/rate_ctr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/core/rate_ctr.h b/include/osmocom/core/rate_ctr.h index dba573d9..9efc23db 100644 --- a/include/osmocom/core/rate_ctr.h +++ b/include/osmocom/core/rate_ctr.h @@ -75,7 +75,4 @@ static inline void rate_ctr_inc(struct rate_ctr *ctr) /* Initialize the counter module */ int rate_ctr_init(void *tall_ctx); -struct vty; -void vty_out_rate_ctr_group(struct vty *vty, const char *prefix, - struct rate_ctr_group *ctrg); #endif /* RATE_CTR_H */ |