aboutsummaryrefslogtreecommitdiffstats
path: root/src/diag_msg.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-01-01 16:28:57 +0100
committerHarald Welte <laforge@gnumonks.org>2017-01-01 19:51:50 +0100
commit022c45a26345a54880e48e3bc30adc60643270e1 (patch)
tree1a28fb591d7eeab8dbd330e30000698976b7f9b8 /src/diag_msg.h
parent95fdb6e5844fa4499964272e6d842e685555552e (diff)
register diag_msg via the diag_cmd dispatch table
Diffstat (limited to 'src/diag_msg.h')
-rw-r--r--src/diag_msg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/diag_msg.h b/src/diag_msg.h
index f3240ce..88a505d 100644
--- a/src/diag_msg.h
+++ b/src/diag_msg.h
@@ -6,5 +6,3 @@
struct msgb *gen_msg_config_set_rt_mask(uint16_t ssid, uint32_t runtime_mask);
int diag_msg_config_set_rt_mask(struct diag_instance *di, uint16_t ssid, uint32_t runtime_mask);
-
-int diag_rx_ext_msg_f(struct diag_instance *di, struct msgb *msg);