From 9e57a5a6974e92a2df73f9009f793c1a1f6206d9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 21 Dec 2015 11:20:14 +0100 Subject: some comments / fixed typos --- include/osmocom/core/rate_ctr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/core') diff --git a/include/osmocom/core/rate_ctr.h b/include/osmocom/core/rate_ctr.h index 4fecdfae..cdde353a 100644 --- a/include/osmocom/core/rate_ctr.h +++ b/include/osmocom/core/rate_ctr.h @@ -78,6 +78,7 @@ static inline void rate_ctr_group_upd_idx(struct rate_ctr_group *grp, unsigned i void rate_ctr_group_free(struct rate_ctr_group *grp); +/*! \brief Increment the counter by \a inc */ void rate_ctr_add(struct rate_ctr *ctr, int inc); /*! \brief Increment the counter by 1 */ -- cgit v1.2.3