chiark / gitweb /
Prep 4xx6: Fix logind_gperf_lookup declaration
authorSven Eden <yamakuzure@gmx.net>
Tue, 10 Jan 2017 04:17:13 +0000 (05:17 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:22:32 +0000 (10:22 +0100)
.gitignore
src/login/logind.h

index c54f556eb600cabe63b8007405802e3e59fece4c..1ff0082f91f05914b39512c9f8b5807a85951820 100644 (file)
@@ -291,3 +291,6 @@ stamp-*
 /elogind-inhibit
 /check_tree.sh
 /get_build_file_diff.sh
+elogind_patches.lst
+/patches/
+/elogind.cbp
index 3990ab040fdeb4cc4a7edbdf733060a0b9de528d..ff96074134edf3b4ab1d5849a54dd08b938d8764 100644 (file)
@@ -179,7 +179,7 @@ int manager_unit_is_active(Manager *manager, const char *unit);
 int manager_job_is_active(Manager *manager, const char *path);
 
 /* gperf lookup function */
-const struct ConfigPerfItem* logind_gperf_lookup(const char *key, unsigned length);
+const struct ConfigPerfItem* logind_gperf_lookup (const char *str, size_t len);
 
 int manager_set_lid_switch_ignore(Manager *m, usec_t until);