summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-21 11:20:14 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-21 11:25:05 +0100
commit9e57a5a6974e92a2df73f9009f793c1a1f6206d9 (patch)
tree9cd090a245739f13ec7eb6aa71dda201d609af94 /include/osmocom/core
parent1a87c1b1891262e063d3bc862a8a1babef943f74 (diff)
some comments / fixed typos
Diffstat (limited to 'include/osmocom/core')
-rw-r--r--include/osmocom/core/rate_ctr.h1
1 files changed, 1 insertions, 0 deletions
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 */