mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Mark fp_set_debug() as deprecated
As per the documentation.
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user