From 015dae3c6f100d30e66ad1234f317650f97eb5a0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 17 Nov 2014 21:24:54 -0500 Subject: follow site local conventions --- expac.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'expac.h') diff --git a/expac.h b/expac.h index b3acd4a..32e8cff 100644 --- a/expac.h +++ b/expac.h @@ -3,21 +3,21 @@ #include -typedef enum PackageCorpus { +typedef enum package_corpus_t { CORPUS_LOCAL, CORPUS_SYNC, CORPUS_FILE, -} PackageCorpus; +} package_corpus_t; -typedef enum SearchWhat { +typedef enum search_what_t { SEARCH_EXACT, SEARCH_GROUPS, SEARCH_REGEX, -} SearchWhat; +} search_what_t; -typedef struct Expac { +typedef struct expac_t { alpm_handle_t *alpm; -} Expac; +} expac_t; #endif /* _EXPAC_H */ -- cgit v1.2.3-54-g00ecf