File: openclosepidfile.h

package info (click to toggle)
vdeplug4 4.0.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 4,280; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef OPENCLOSEPIDFILE_H
#define OPENCLOSEPIDFILE_H

void openclosepidfile(char *pidfile);

void openclosepgrpfile(char *pidfile);


#endif