summaryrefslogtreecommitdiffstats
path: root/expac.h
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-11-17 21:18:08 -0500
committerDave Reisner <dreisner@archlinux.org>2014-11-17 21:21:10 -0500
commitb4a303bb85b53d6d44b238174297f66b1d21be5a (patch)
treed7bd3939e8a8d6917dab980bc4975f12d8bbc586 /expac.h
parent29d41d4c223e65fdada27f94f10d186572f8b1e8 (diff)
downloadexpac-b4a303bb85b53d6d44b238174297f66b1d21be5a.tar.xz
allow reading targets from stdin
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: */