X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=edit.c;h=d2cba627229680b7dc7068d36bf01a6e95f033ad;hb=b281ff74163f08f1a665108b55ce25ee0cdca32a;hp=6ed553e0cd0134f9a8b2c705d59fa0c2902ade47;hpb=9ec31c905c1d32cfee52759aab99f7de7d6237ac;p=pkg%2Fabook.git diff --git a/edit.c b/edit.c index 6ed553e..d2cba62 100644 --- a/edit.c +++ b/edit.c @@ -100,7 +100,7 @@ get_first_email(char *str, int item) /* This only rolls emails from the 'email' field, not emails from any * field of type FIELD_EMAILS. * TODO: expand to ask for which field to roll if several are present? */ -static void +void roll_emails(int item, enum rotate_dir dir) { abook_list *emails = csv_to_abook_list(db_fget(item, EMAIL));