From: Simon Ruderich Date: Mon, 10 Jun 2019 20:41:48 +0000 (+0200) Subject: nss: search.h: re-order struct file members X-Git-Tag: 0.1~74 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=eced3ea09563db280f3ac4392426b23e239fdcca nss: search.h: re-order struct file members --- diff --git a/nss/search.h b/nss/search.h index f85ef91..9012b49 100644 --- a/nss/search.h +++ b/nss/search.h @@ -27,8 +27,8 @@ struct search_key { const char *name; const uint64_t *id; - uint64_t offset; const void *data; + uint64_t offset; }; uint64_t *search(struct search_key *key, const void *index, uint64_t count) __attribute__((visibility("hidden")));