From 9bc85c516bed428b1bd8520f2c371d016af67a68 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 16 Nov 2014 18:01:12 -0500 Subject: move flag parsing out of expac_new --- expac.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'expac.h') diff --git a/expac.h b/expac.h index d3ba546..0d6c5b6 100644 --- a/expac.h +++ b/expac.h @@ -18,10 +18,9 @@ typedef enum SearchWhat { typedef struct Expac { alpm_handle_t *alpm; - alpm_db_t *db_local; } Expac; -int expac_new(Expac **expac, int argc, char **argv); +int expac_new(Expac **expac, const char *config_file); #endif /* _EXPAC_H */ -- cgit v1.2.3-54-g00ecf