diff options
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/logind.h b/src/logind.h index 5a48756982..fd668a2c19 100644 --- a/src/logind.h +++ b/src/logind.h @@ -122,4 +122,7 @@ DBusHandlerResult bus_message_filter(DBusConnection *c, DBusMessage *message, vo int manager_send_changed(Manager *manager, const char *properties); +/* gperf lookup function */ +const struct ConfigPerfItem* logind_gperf_lookup(const char *key, unsigned length); + #endif |