sysctl: remove extern from non-library call
Missed removing the extern from the header file
This commit is contained in:
parent
e72f30549b
commit
1ddd17b17c
@ -3,9 +3,6 @@
|
||||
|
||||
#include "procps.h"
|
||||
|
||||
EXTERN_C_BEGIN
|
||||
FILE *fprocopen(const char *, const char *);
|
||||
|
||||
extern FILE *fprocopen(const char *, const char *);
|
||||
|
||||
EXTERN_C_END
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user