diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-06 00:48:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-06 00:48:18 +0200 |
commit | a784233ac8c7545968ae76a021f5d89fc10225e6 (patch) | |
tree | a8655d54686fadd3df98e3f31fade2635602ae22 /get-contact-numbers.c | |
parent | m (diff) | |
download | contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.gz contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.bz2 contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'get-contact-numbers.c')
-rw-r--r-- | get-contact-numbers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/get-contact-numbers.c b/get-contact-numbers.c index 3b032ce..d04c999 100644 --- a/get-contact-numbers.c +++ b/get-contact-numbers.c @@ -10,11 +10,11 @@ main(int argc, char *argv[]) { int display_ctx = 0, display_num = 0, display_type = 0; int require_mobile = -1, require_fax = -1; + const char *lookup_ctx = NULL, *lookup_num = NULL; + const char *cc_contacts = NULL, *cc_location = NULL; struct passwd *user; struct libcontacts_contact contact; struct libcontacts_number **numbers, *number; - const char *lookup_ctx = NULL, *lookup_num = NULL; - const char *cc_contacts = NULL, *cc_location = NULL; int ret = 0; size_t i; |