mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Add include guards to fpi-poll.h
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __FPI_POLL_H__
|
||||||
|
#define __FPI_POLL_H__
|
||||||
|
|
||||||
#include "fprint.h"
|
#include "fprint.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -45,3 +48,5 @@ fpi_timeout *fpi_timeout_add(unsigned int msec,
|
|||||||
void fpi_timeout_set_name(fpi_timeout *timeout,
|
void fpi_timeout_set_name(fpi_timeout *timeout,
|
||||||
const char *name);
|
const char *name);
|
||||||
void fpi_timeout_cancel(fpi_timeout *timeout);
|
void fpi_timeout_cancel(fpi_timeout *timeout);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user