aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-04-30 15:59:01 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-05-04 09:58:34 +0200
commitc0c580c414e4fe0bd82ebc78ff12bb1014cd5a9c (patch)
treeea67620edf877cb24fd3b9ebc7a5252cf50c79cd /src/tbf.h
parent56e8d710907b9320d41a6285f08bba39aae2ee3b (diff)
vty: Fix warnings about undeclared functions
This commit adds missing includes to pcu_vty.c and fixes the llist_head type (missing struct keyword) used by tbf_print_vty_info. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tbf.h b/src/tbf.h
index e835ab6f..bfe2875a 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -406,8 +406,7 @@ extern "C" {
#include <osmocom/vty/command.h>
#include <osmocom/vty/vty.h>
-
- void tbf_print_vty_info(struct vty *vty, llist_head *tbf);
+ void tbf_print_vty_info(struct vty *vty, struct llist_head *tbf);
#ifdef __cplusplus
}
#endif