7 lines
116 B
C
7 lines
116 B
C
#ifndef RMPS_H
|
|
#define RMPS_H
|
|
|
|
extern int launch_rmps(struct conf_table *conf, int fork_flag);
|
|
|
|
#endif /* RMPS_H */
|