diff options
Diffstat (limited to 'include/wimaxll.h')
-rw-r--r-- | include/wimaxll.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/wimaxll.h b/include/wimaxll.h index 24e7250..c9dde3f 100644 --- a/include/wimaxll.h +++ b/include/wimaxll.h @@ -348,16 +348,6 @@ ssize_t wimaxll_wait_for_state_change(struct wimaxll_handle *wmx, enum wimax_st *old_state, enum wimax_st *new_state); -/* - * Basic diagnostics - * - * Deprecated, see wimaxll/log.h - */ -extern void (*wimaxll_vmsg)(const char *, va_list) - __attribute__((deprecated)); -void wimaxll_vmsg_stderr(const char *, va_list) - __attribute__((deprecated)); - /** * \defgroup miscellaneous_group Miscellaneous utilities |