From dd30cb9e547f90d0bffc8eb758c58bba0e2c08ad Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Wed, 26 Apr 2017 21:54:13 +0200 Subject: utils: Add 'assq_symbol_set_x' function * src/utils.c (assq_symbol_set_x): New function. * src/mcron.c (parse_opt): Use it. --- src/crontab.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/crontab.c') diff --git a/src/crontab.c b/src/crontab.c index a432f1d..16c0be6 100644 --- a/src/crontab.c +++ b/src/crontab.c @@ -18,7 +18,6 @@ along with GNU Mcron. If not, see . */ #include "utils.h" -#include /* Forward declarations. */ static void inner_main (void *closure, int argc, char *argv[]); -- cgit v1.2.3