File: systemd.h

package info (click to toggle)
nfs-utils 1%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,380 kB
  • sloc: ansic: 52,371; sh: 5,775; python: 2,166; makefile: 973
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
#ifndef SYSTEMD_H
#define SYSTEMD_H

char *systemd_escape(char *path, char *suffix);
int systemd_in_initrd(void);

#endif /* SYSTEMD_H */