aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/actions.c b/src/actions.c
index b887399..48a4066 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -230,10 +230,8 @@ int run_LIST(UserOpt *opt, Conf *conf) {
return 1;
}
-FILE *popen(const char *command, const char *mode);
-int pclose(FILE *stream);
-
int run_SEARCH(UserOpt *opt, Conf *conf) {
+ UNUSED(conf);
if (system("which grep > /dev/null") != 0) {
return 2;
}