Project

General

Profile

Statistics
| Branch: | Revision:

root / mainbox / util.h @ cc7646f9

History | View | Annotate | Download (169 Bytes)

1
#ifndef UTIL_H
2
#define UTIL_H
3

    
4
#include <unistd.h>
5

    
6
char *read_file(const char *filename);
7
int create_pid_file();
8
pid_t read_pid_file();
9
void remove_pid_file();
10

    
11
#endif