procps/proc/procio.h
Craig Small 1ddd17b17c sysctl: remove extern from non-library call
Missed removing the extern from the header file
2018-03-01 21:52:20 +11:00

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