LibInsane 1.0.10
Cross-platform Cross-API Cross-driver Cross-image-scanner Image Scan Library
Loading...
Searching...
No Matches
safebet.h
Go to the documentation of this file.
1#ifndef __LIBINSANE_SAFEBET_H
2#define __LIBINSANE_SAFEBET_H
3
4#include "capi.h"
5#include "error.h"
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
20extern enum lis_error lis_safebet(struct lis_api **api);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
lis_error
Definition error.h:13
enum lis_error lis_safebet(struct lis_api **api)
Get all the API implementations to access all the OS API and all the workarounds and normalizers and ...
LibInsane C API.
Definition capi.h:422