libseat: Rename libseat_impl to seat_impl

This commit is contained in:
Kenny Levinsen 2020-08-05 23:33:01 +02:00
parent 493cc2a97d
commit 3586530d81
4 changed files with 13 additions and 13 deletions

View file

@ -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