From d831e279cb856ec720ed770ce9d0c39eb347b7e1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 4 Apr 2021 13:37:31 +0200 Subject: m + add list-birthdays and set-contact-birthday MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- contacts.c.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contacts.c.in') diff --git a/contacts.c.in b/contacts.c.in index 5e470ac..b297951 100644 --- a/contacts.c.in +++ b/contacts.c.in @@ -2,7 +2,7 @@ #include #include -#define X(NAM) int NAM##_main(int, char *[]); +#define X(NAM) int main__##NAM(int, char *[]); LIST_COMMANDS #undef X @@ -21,7 +21,7 @@ main(int argc, char *argv[]) #define X(NAM)\ if (!strcmp(name, #NAM))\ - return NAM##_main(argc, argv); + return main__##NAM(argc, argv); LIST_COMMANDS; #undef X -- cgit v1.2.3-70-g09d2