lib: Mark fp_set_debug() as deprecated

As per the documentation.
This commit is contained in:
Bastien Nocera 2018-05-24 12:42:18 +02:00
parent 901a6f7fed
commit eb8f7ba3b2

View file

@ -342,7 +342,7 @@ void fp_set_pollfd_notifiers(fp_pollfd_added_cb added_cb,
/* Library */ /* Library */
int fp_init(void); int fp_init(void);
void fp_exit(void); void fp_exit(void);
void fp_set_debug(int level); void fp_set_debug(int level) LIBFPRINT_DEPRECATED;
/* Asynchronous I/O */ /* Asynchronous I/O */