chiark / gitweb /
util: optimize strstrip() a bit
[elogind.git] / src / logind.h
index 7e47bc34895da77257c9741a8dadce651326977f..fd668a2c19cc7863dd0260afb326e3c731852239 100644 (file)
 #include "hashmap.h"
 #include "cgroup-util.h"
 
-/* TODO:
- *
- * spawn user systemd
- * direct client API
- * verify access to SetIdleHint
- *
- * udev:
- * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
- * properly escape/remove : and . from seat names in udev rules
- * use device_has_tag() as soon as it is available
- * trigger based on libudev if available
- * enumerate recursively with libudev when triggering
- * use sysfs in device hash table, not sysname, when fb driver is fixed
- * fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating
- *
- * non-local X11 server
- * reboot/shutdown halt management
- */
-
 typedef struct Manager Manager;
 
 #include "logind-device.h"
@@ -141,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