Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-11 | bus: implement bus_label_unescape_n() | David Herrmann | |
This is like bus_label_unescape() but takes a maximum length instead of relying on NULL-terminated strings. This is highly useful to unescape labels that are not at the end of a path. | |||
2014-02-23 | src/shared/ cannot reference symbols from libraries | Kay Sievers | |
../src/shared/unit-name.c:462: error: undefined reference to 'sd_bus_label_escape' ../src/shared/unit-name.c:477: error: undefined reference to 'sd_bus_label_unescape' collect2: error: ld returned 1 exit status |