mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-08 16:30:23 +01:00
lib: Add macro for deprecated functions
This commit is contained in:
parent
fc92f62136
commit
901a6f7fed
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ extern "C" {
|
|||
#include <stdint.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#define LIBFPRINT_DEPRECATED __attribute__((__deprecated__))
|
||||
|
||||
/**
|
||||
* fp_dscv_dev:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue