libseat: Rename libseat_impl to seat_impl
This commit is contained in:
parent
493cc2a97d
commit
3586530d81
4 changed files with 13 additions and 13 deletions
|
@ -10,9 +10,9 @@
|
|||
#include "libseat.h"
|
||||
#include "log.h"
|
||||
|
||||
extern const struct libseat_impl seatd_impl;
|
||||
extern const struct libseat_impl logind_impl;
|
||||
extern const struct libseat_impl builtin_impl;
|
||||
extern const struct seat_impl seatd_impl;
|
||||
extern const struct seat_impl logind_impl;
|
||||
extern const struct seat_impl builtin_impl;
|
||||
|
||||
static const struct named_backend impls[] = {
|
||||
#ifdef SEATD_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue