summaryrefslogtreecommitdiffstats
path: root/expac.h
diff options
context:
space:
mode:
Diffstat (limited to 'expac.h')
-rw-r--r--expac.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/expac.h b/expac.h
index d2c6a5a..b3acd4a 100644
--- a/expac.h
+++ b/expac.h
@@ -19,8 +19,6 @@ typedef struct Expac {
alpm_handle_t *alpm;
} Expac;
-int expac_new(Expac **expac, const char *config_file);
-
#endif /* _EXPAC_H */
/* vim: set et ts=2 sw=2: */