lib: Mark fp_set_debug() as deprecated
As per the documentation.
This commit is contained in:
parent
901a6f7fed
commit
eb8f7ba3b2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue