1ddd17b17c
Missed removing the extern from the header file
9 lines
133 B
C
9 lines
133 B
C
#ifndef PROCPS_PROC_PROCIO_H
|
|
#define PROCPS_PROC_PROCIO_H
|
|
|
|
#include "procps.h"
|
|
|
|
FILE *fprocopen(const char *, const char *);
|
|
|
|
#endif
|