mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
main: Use #pragma once
This commit is contained in:
@ -18,9 +18,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef FILE_STORAGE_H
|
||||
|
||||
#define FILE_STORAGE_H
|
||||
#pragma once
|
||||
|
||||
int file_storage_print_data_save(FpPrint *print);
|
||||
|
||||
@ -39,5 +37,3 @@ int file_storage_deinit(void);
|
||||
|
||||
GSList *file_storage_discover_prints(FpDevice *dev, const char *username);
|
||||
GSList *file_storage_discover_users(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user