From b4a303bb85b53d6d44b238174297f66b1d21be5a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 17 Nov 2014 21:18:08 -0500 Subject: allow reading targets from stdin --- expac.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'expac.h') 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: */ -- cgit v1.2.3-54-g00ecf