summaryrefslogtreecommitdiffstats
path: root/expac.h
diff options
context:
space:
mode:
Diffstat (limited to 'expac.h')
-rw-r--r--expac.h3
1 files changed, 1 insertions, 2 deletions
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 */